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

31 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/debug.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/debug.proto\x12\x0btensorboard\"\x8e\x01\n\x10\x44\x65\x62ugTensorWatch\x12\x11\n\tnode_name\x18\x01 \x01(\t\x12\x13\n\x0boutput_slot\x18\x02 \x01(\x05\x12\x11\n\tdebug_ops\x18\x03 \x03(\t\x12\x12\n\ndebug_urls\x18\x04 \x03(\t\x12+\n#tolerate_debug_op_creation_failures\x18\x05 \x01(\x08\"\x82\x01\n\x0c\x44\x65\x62ugOptions\x12>\n\x17\x64\x65\x62ug_tensor_watch_opts\x18\x04 \x03(\x0b\x32\x1d.tensorboard.DebugTensorWatch\x12\x13\n\x0bglobal_step\x18\n \x01(\x03\x12\x1d\n\x15reset_disk_byte_usage\x18\x0b \x01(\x08\"j\n\x12\x44\x65\x62uggedSourceFile\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x11\n\tfile_path\x18\x02 \x01(\t\x12\x15\n\rlast_modified\x18\x03 \x01(\x03\x12\r\n\x05\x62ytes\x18\x04 \x01(\x03\x12\r\n\x05lines\x18\x05 \x03(\t\"L\n\x13\x44\x65\x62uggedSourceFiles\x12\x35\n\x0csource_files\x18\x01 \x03(\x0b\x32\x1f.tensorboard.DebuggedSourceFileB\x83\x01\n\x18org.tensorflow.frameworkB\x0b\x44\x65\x62ugProtosP\x01ZUgithub.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto\xf8\x01\x01\x62\x06proto3') 

18 

19 

20 

21_DEBUGTENSORWATCH = DESCRIPTOR.message_types_by_name['DebugTensorWatch'] 

22_DEBUGOPTIONS = DESCRIPTOR.message_types_by_name['DebugOptions'] 

23_DEBUGGEDSOURCEFILE = DESCRIPTOR.message_types_by_name['DebuggedSourceFile'] 

24_DEBUGGEDSOURCEFILES = DESCRIPTOR.message_types_by_name['DebuggedSourceFiles'] 

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

26 'DESCRIPTOR' : _DEBUGTENSORWATCH, 

27 '__module__' : 'tensorboard.compat.proto.debug_pb2' 

28 # @@protoc_insertion_point(class_scope:tensorboard.DebugTensorWatch) 

29 }) 

30_sym_db.RegisterMessage(DebugTensorWatch) 

31 

32DebugOptions = _reflection.GeneratedProtocolMessageType('DebugOptions', (_message.Message,), { 

33 'DESCRIPTOR' : _DEBUGOPTIONS, 

34 '__module__' : 'tensorboard.compat.proto.debug_pb2' 

35 # @@protoc_insertion_point(class_scope:tensorboard.DebugOptions) 

36 }) 

37_sym_db.RegisterMessage(DebugOptions) 

38 

39DebuggedSourceFile = _reflection.GeneratedProtocolMessageType('DebuggedSourceFile', (_message.Message,), { 

40 'DESCRIPTOR' : _DEBUGGEDSOURCEFILE, 

41 '__module__' : 'tensorboard.compat.proto.debug_pb2' 

42 # @@protoc_insertion_point(class_scope:tensorboard.DebuggedSourceFile) 

43 }) 

44_sym_db.RegisterMessage(DebuggedSourceFile) 

45 

46DebuggedSourceFiles = _reflection.GeneratedProtocolMessageType('DebuggedSourceFiles', (_message.Message,), { 

47 'DESCRIPTOR' : _DEBUGGEDSOURCEFILES, 

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

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

50 }) 

51_sym_db.RegisterMessage(DebuggedSourceFiles) 

52 

53if _descriptor._USE_C_DESCRIPTORS == False: 

54 

55 DESCRIPTOR._options = None 

56 DESCRIPTOR._serialized_options = b'\n\030org.tensorflow.frameworkB\013DebugProtosP\001ZUgithub.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto\370\001\001' 

57 _DEBUGTENSORWATCH._serialized_start=54 

58 _DEBUGTENSORWATCH._serialized_end=196 

59 _DEBUGOPTIONS._serialized_start=199 

60 _DEBUGOPTIONS._serialized_end=329 

61 _DEBUGGEDSOURCEFILE._serialized_start=331 

62 _DEBUGGEDSOURCEFILE._serialized_end=437 

63 _DEBUGGEDSOURCEFILES._serialized_start=439 

64 _DEBUGGEDSOURCEFILES._serialized_end=515 

65# @@protoc_insertion_point(module_scope)