forked from jahanxb/flcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfdnodes_pb2.py
47 lines (36 loc) · 2 KB
/
fdnodes_pb2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: fdnodes.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\rfdnodes.proto\"(\n\x06\x66\x64node\x12\x13\n\x06nodeid\x18\x01 \x01(\x05H\x00\x88\x01\x01\x42\t\n\x07_nodeid\"\x8d\x01\n\targs_data\x12\x17\n\nuser_index\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x14\n\x07\x64\x61taset\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x10\n\x03gpu\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x12\n\x05round\x18\x04 \x01(\x05H\x03\x88\x01\x01\x42\r\n\x0b_user_indexB\n\n\x08_datasetB\x06\n\x04_gpuB\x08\n\x06_round21\n\x0cNodeExchange\x12!\n\x08get_args\x12\x07.fdnode\x1a\n.args_data\"\x00\x62\x06proto3')
_FDNODE = DESCRIPTOR.message_types_by_name['fdnode']
_ARGS_DATA = DESCRIPTOR.message_types_by_name['args_data']
fdnode = _reflection.GeneratedProtocolMessageType('fdnode', (_message.Message,), {
'DESCRIPTOR' : _FDNODE,
'__module__' : 'fdnodes_pb2'
# @@protoc_insertion_point(class_scope:fdnode)
})
_sym_db.RegisterMessage(fdnode)
args_data = _reflection.GeneratedProtocolMessageType('args_data', (_message.Message,), {
'DESCRIPTOR' : _ARGS_DATA,
'__module__' : 'fdnodes_pb2'
# @@protoc_insertion_point(class_scope:args_data)
})
_sym_db.RegisterMessage(args_data)
_NODEEXCHANGE = DESCRIPTOR.services_by_name['NodeExchange']
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
_FDNODE._serialized_start=17
_FDNODE._serialized_end=57
_ARGS_DATA._serialized_start=60
_ARGS_DATA._serialized_end=201
_NODEEXCHANGE._serialized_start=203
_NODEEXCHANGE._serialized_end=252
# @@protoc_insertion_point(module_scope)