Guest User

Untitled

a guest
Jan 6th, 2017
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: tensorflow/tools/tfprof/tfprof_log.proto
  3.  
  4. import sys
  5. _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
  6. from google.protobuf import descriptor as _descriptor
  7. from google.protobuf import message as _message
  8. from google.protobuf import reflection as _reflection
  9. from google.protobuf import symbol_database as _symbol_database
  10. from google.protobuf import descriptor_pb2
  11. # @@protoc_insertion_point(imports)
  12.  
  13. _sym_db = _symbol_database.Default()
  14.  
  15.  
  16.  
  17.  
  18. DESCRIPTOR = _descriptor.FileDescriptor(
  19. name='tensorflow/tools/tfprof/tfprof_log.proto',
  20. package='tensorflow.tfprof',
  21. syntax='proto2',
  22. serialized_pb=_b('\n(tensorflow/tools/tfprof/tfprof_log.proto\x12\x11tensorflow.tfprof\"<\n\nOpLogEntry\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tfloat_ops\x18\x02 \x01(\x03\x12\r\n\x05types\x18\x03 \x03(\t\";\n\x05OpLog\x12\x32\n\x0blog_entries\x18\x01 \x03(\x0b\x32\x1d.tensorflow.tfprof.OpLogEntry')
  23. )
  24. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  25.  
  26.  
  27.  
  28.  
  29. _OPLOGENTRY = _descriptor.Descriptor(
  30. name='OpLogEntry',
  31. full_name='tensorflow.tfprof.OpLogEntry',
  32. filename=None,
  33. file=DESCRIPTOR,
  34. containing_type=None,
  35. fields=[
  36. _descriptor.FieldDescriptor(
  37. name='name', full_name='tensorflow.tfprof.OpLogEntry.name', index=0,
  38. number=1, type=9, cpp_type=9, label=1,
  39. has_default_value=False, default_value=_b("").decode('utf-8'),
  40. message_type=None, enum_type=None, containing_type=None,
  41. is_extension=False, extension_scope=None,
  42. options=None),
  43. _descriptor.FieldDescriptor(
  44. name='float_ops', full_name='tensorflow.tfprof.OpLogEntry.float_ops', index=1,
  45. number=2, type=3, cpp_type=2, label=1,
  46. has_default_value=False, default_value=0,
  47. message_type=None, enum_type=None, containing_type=None,
  48. is_extension=False, extension_scope=None,
  49. options=None),
  50. _descriptor.FieldDescriptor(
  51. name='types', full_name='tensorflow.tfprof.OpLogEntry.types', index=2,
  52. number=3, type=9, cpp_type=9, label=3,
  53. has_default_value=False, default_value=[],
  54. message_type=None, enum_type=None, containing_type=None,
  55. is_extension=False, extension_scope=None,
  56. options=None),
  57. ],
  58. extensions=[
  59. ],
  60. nested_types=[],
  61. enum_types=[
  62. ],
  63. options=None,
  64. is_extendable=False,
  65. syntax='proto2',
  66. extension_ranges=[],
  67. oneofs=[
  68. ],
  69. serialized_start=63,
  70. serialized_end=123,
  71. )
  72.  
  73.  
  74. _OPLOG = _descriptor.Descriptor(
  75. name='OpLog',
  76. full_name='tensorflow.tfprof.OpLog',
  77. filename=None,
  78. file=DESCRIPTOR,
  79. containing_type=None,
  80. fields=[
  81. _descriptor.FieldDescriptor(
  82. name='log_entries', full_name='tensorflow.tfprof.OpLog.log_entries', index=0,
  83. number=1, type=11, cpp_type=10, label=3,
  84. has_default_value=False, default_value=[],
  85. message_type=None, enum_type=None, containing_type=None,
  86. is_extension=False, extension_scope=None,
  87. options=None),
  88. ],
  89. extensions=[
  90. ],
  91. nested_types=[],
  92. enum_types=[
  93. ],
  94. options=None,
  95. is_extendable=False,
  96. syntax='proto2',
  97. extension_ranges=[],
  98. oneofs=[
  99. ],
  100. serialized_start=125,
  101. serialized_end=184,
  102. )
  103.  
  104. _OPLOG.fields_by_name['log_entries'].message_type = _OPLOGENTRY
  105. DESCRIPTOR.message_types_by_name['OpLogEntry'] = _OPLOGENTRY
  106. DESCRIPTOR.message_types_by_name['OpLog'] = _OPLOG
  107.  
  108. OpLogEntry = _reflection.GeneratedProtocolMessageType('OpLogEntry', (_message.Message,), dict(
  109. DESCRIPTOR = _OPLOGENTRY,
  110. __module__ = 'tensorflow.tools.tfprof.tfprof_log_pb2'
  111. # @@protoc_insertion_point(class_scope:tensorflow.tfprof.OpLogEntry)
  112. ))
  113. _sym_db.RegisterMessage(OpLogEntry)
  114.  
  115. OpLog = _reflection.GeneratedProtocolMessageType('OpLog', (_message.Message,), dict(
  116. DESCRIPTOR = _OPLOG,
  117. __module__ = 'tensorflow.tools.tfprof.tfprof_log_pb2'
  118. # @@protoc_insertion_point(class_scope:tensorflow.tfprof.OpLog)
  119. ))
  120. _sym_db.RegisterMessage(OpLog)
  121.  
  122.  
  123. # @@protoc_insertion_point(module_scope)
Advertisement
Add Comment
Please, Sign In to add comment