Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorboard/compat/proto/graph_debug_info_pb2.py: 60%

30 statements  

« prev     ^ index     » next       coverage.py v7.4.0, created at 2024-01-03 07:57 +0000

1# -*- coding: utf-8 -*- 

2# Generated by the protocol buffer compiler. DO NOT EDIT! 

3# source: tensorboard/compat/proto/graph_debug_info.proto 

4"""Generated protocol buffer code.""" 

5from google.protobuf import descriptor as _descriptor 

6from google.protobuf import descriptor_pool as _descriptor_pool 

7from google.protobuf import message as _message 

8from google.protobuf import reflection as _reflection 

9from google.protobuf import symbol_database as _symbol_database 

10# @@protoc_insertion_point(imports) 

11 

12_sym_db = _symbol_database.Default() 

13 

14 

15 

16 

17DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/tensorboard/compat/proto/graph_debug_info.proto\x12\x0btensorboard\"\xd8\x02\n\x0eGraphDebugInfo\x12\r\n\x05\x66iles\x18\x01 \x03(\t\x12\x37\n\x06traces\x18\x02 \x03(\x0b\x32\'.tensorboard.GraphDebugInfo.TracesEntry\x1aX\n\x0b\x46ileLineCol\x12\x12\n\nfile_index\x18\x01 \x01(\x05\x12\x0c\n\x04line\x18\x02 \x01(\x05\x12\x0b\n\x03\x63ol\x18\x03 \x01(\x05\x12\x0c\n\x04\x66unc\x18\x04 \x01(\t\x12\x0c\n\x04\x63ode\x18\x05 \x01(\t\x1aM\n\nStackTrace\x12?\n\x0e\x66ile_line_cols\x18\x01 \x03(\x0b\x32\'.tensorboard.GraphDebugInfo.FileLineCol\x1aU\n\x0bTracesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.tensorboard.GraphDebugInfo.StackTrace:\x02\x38\x01\x42\x8c\x01\n\x18org.tensorflow.frameworkB\x14GraphDebugInfoProtosP\x01ZUgithub.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto\xf8\x01\x01\x62\x06proto3') 

18 

19 

20 

21_GRAPHDEBUGINFO = DESCRIPTOR.message_types_by_name['GraphDebugInfo'] 

22_GRAPHDEBUGINFO_FILELINECOL = _GRAPHDEBUGINFO.nested_types_by_name['FileLineCol'] 

23_GRAPHDEBUGINFO_STACKTRACE = _GRAPHDEBUGINFO.nested_types_by_name['StackTrace'] 

24_GRAPHDEBUGINFO_TRACESENTRY = _GRAPHDEBUGINFO.nested_types_by_name['TracesEntry'] 

25GraphDebugInfo = _reflection.GeneratedProtocolMessageType('GraphDebugInfo', (_message.Message,), { 

26 

27 'FileLineCol' : _reflection.GeneratedProtocolMessageType('FileLineCol', (_message.Message,), { 

28 'DESCRIPTOR' : _GRAPHDEBUGINFO_FILELINECOL, 

29 '__module__' : 'tensorboard.compat.proto.graph_debug_info_pb2' 

30 # @@protoc_insertion_point(class_scope:tensorboard.GraphDebugInfo.FileLineCol) 

31 }) 

32 , 

33 

34 'StackTrace' : _reflection.GeneratedProtocolMessageType('StackTrace', (_message.Message,), { 

35 'DESCRIPTOR' : _GRAPHDEBUGINFO_STACKTRACE, 

36 '__module__' : 'tensorboard.compat.proto.graph_debug_info_pb2' 

37 # @@protoc_insertion_point(class_scope:tensorboard.GraphDebugInfo.StackTrace) 

38 }) 

39 , 

40 

41 'TracesEntry' : _reflection.GeneratedProtocolMessageType('TracesEntry', (_message.Message,), { 

42 'DESCRIPTOR' : _GRAPHDEBUGINFO_TRACESENTRY, 

43 '__module__' : 'tensorboard.compat.proto.graph_debug_info_pb2' 

44 # @@protoc_insertion_point(class_scope:tensorboard.GraphDebugInfo.TracesEntry) 

45 }) 

46 , 

47 'DESCRIPTOR' : _GRAPHDEBUGINFO, 

48 '__module__' : 'tensorboard.compat.proto.graph_debug_info_pb2' 

49 # @@protoc_insertion_point(class_scope:tensorboard.GraphDebugInfo) 

50 }) 

51_sym_db.RegisterMessage(GraphDebugInfo) 

52_sym_db.RegisterMessage(GraphDebugInfo.FileLineCol) 

53_sym_db.RegisterMessage(GraphDebugInfo.StackTrace) 

54_sym_db.RegisterMessage(GraphDebugInfo.TracesEntry) 

55 

56if _descriptor._USE_C_DESCRIPTORS == False: 

57 

58 DESCRIPTOR._options = None 

59 DESCRIPTOR._serialized_options = b'\n\030org.tensorflow.frameworkB\024GraphDebugInfoProtosP\001ZUgithub.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto\370\001\001' 

60 _GRAPHDEBUGINFO_TRACESENTRY._options = None 

61 _GRAPHDEBUGINFO_TRACESENTRY._serialized_options = b'8\001' 

62 _GRAPHDEBUGINFO._serialized_start=65 

63 _GRAPHDEBUGINFO._serialized_end=409 

64 _GRAPHDEBUGINFO_FILELINECOL._serialized_start=155 

65 _GRAPHDEBUGINFO_FILELINECOL._serialized_end=243 

66 _GRAPHDEBUGINFO_STACKTRACE._serialized_start=245 

67 _GRAPHDEBUGINFO_STACKTRACE._serialized_end=322 

68 _GRAPHDEBUGINFO_TRACESENTRY._serialized_start=324 

69 _GRAPHDEBUGINFO_TRACESENTRY._serialized_end=409 

70# @@protoc_insertion_point(module_scope)