36 lines
1.7 KiB
Python
36 lines
1.7 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: tensorboard/compat/proto/rpc_options.proto
|
|
"""Generated protocol buffer code."""
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
from google.protobuf import message as _message
|
|
from google.protobuf import reflection as _reflection
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*tensorboard/compat/proto/rpc_options.proto\x12\x0btensorboard\"\xd5\x01\n\nRPCOptions\x12$\n\x1cuse_rpc_for_inprocess_master\x18\x01 \x01(\x08\x12\x1d\n\x15\x63ompression_algorithm\x18\x02 \x01(\t\x12\x19\n\x11\x63ompression_level\x18\x03 \x01(\x05\x12\x1a\n\x12\x63\x61\x63he_rpc_response\x18\x04 \x01(\x08\x12*\n\"disable_session_connection_sharing\x18\x05 \x01(\x08\x12\x1f\n\x17num_channels_per_target\x18\x06 \x01(\x05\x42@Z>github.com/google/tsl/tsl/go/protobuf/for_core_protos_go_protob\x06proto3')
|
|
|
|
|
|
|
|
_RPCOPTIONS = DESCRIPTOR.message_types_by_name['RPCOptions']
|
|
RPCOptions = _reflection.GeneratedProtocolMessageType('RPCOptions', (_message.Message,), {
|
|
'DESCRIPTOR' : _RPCOPTIONS,
|
|
'__module__' : 'tensorboard.compat.proto.rpc_options_pb2'
|
|
# @@protoc_insertion_point(class_scope:tensorboard.RPCOptions)
|
|
})
|
|
_sym_db.RegisterMessage(RPCOptions)
|
|
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
|
DESCRIPTOR._options = None
|
|
DESCRIPTOR._serialized_options = b'Z>github.com/google/tsl/tsl/go/protobuf/for_core_protos_go_proto'
|
|
_RPCOPTIONS._serialized_start=60
|
|
_RPCOPTIONS._serialized_end=273
|
|
# @@protoc_insertion_point(module_scope)
|