Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorboard/plugins/custom_scalar/layout_pb2.py: 67%
39 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« 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/plugins/custom_scalar/layout.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)
12_sym_db = _symbol_database.Default()
17DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.tensorboard/plugins/custom_scalar/layout.proto\x12\x0btensorboard\"\x8d\x01\n\x05\x43hart\x12\r\n\x05title\x18\x01 \x01(\t\x12\x37\n\tmultiline\x18\x02 \x01(\x0b\x32\".tensorboard.MultilineChartContentH\x00\x12\x31\n\x06margin\x18\x03 \x01(\x0b\x32\x1f.tensorboard.MarginChartContentH\x00\x42\t\n\x07\x63ontent\"$\n\x15MultilineChartContent\x12\x0b\n\x03tag\x18\x01 \x03(\t\"\x83\x01\n\x12MarginChartContent\x12\x36\n\x06series\x18\x01 \x03(\x0b\x32&.tensorboard.MarginChartContent.Series\x1a\x35\n\x06Series\x12\r\n\x05value\x18\x01 \x01(\t\x12\r\n\x05lower\x18\x02 \x01(\t\x12\r\n\x05upper\x18\x03 \x01(\t\"L\n\x08\x43\x61tegory\x12\r\n\x05title\x18\x01 \x01(\t\x12!\n\x05\x63hart\x18\x02 \x03(\x0b\x32\x12.tensorboard.Chart\x12\x0e\n\x06\x63losed\x18\x03 \x01(\x08\"B\n\x06Layout\x12\x0f\n\x07version\x18\x01 \x01(\x05\x12\'\n\x08\x63\x61tegory\x18\x02 \x03(\x0b\x32\x15.tensorboard.Categoryb\x06proto3')
21_CHART = DESCRIPTOR.message_types_by_name['Chart']
22_MULTILINECHARTCONTENT = DESCRIPTOR.message_types_by_name['MultilineChartContent']
23_MARGINCHARTCONTENT = DESCRIPTOR.message_types_by_name['MarginChartContent']
24_MARGINCHARTCONTENT_SERIES = _MARGINCHARTCONTENT.nested_types_by_name['Series']
25_CATEGORY = DESCRIPTOR.message_types_by_name['Category']
26_LAYOUT = DESCRIPTOR.message_types_by_name['Layout']
27Chart = _reflection.GeneratedProtocolMessageType('Chart', (_message.Message,), {
28 'DESCRIPTOR' : _CHART,
29 '__module__' : 'tensorboard.plugins.custom_scalar.layout_pb2'
30 # @@protoc_insertion_point(class_scope:tensorboard.Chart)
31 })
32_sym_db.RegisterMessage(Chart)
34MultilineChartContent = _reflection.GeneratedProtocolMessageType('MultilineChartContent', (_message.Message,), {
35 'DESCRIPTOR' : _MULTILINECHARTCONTENT,
36 '__module__' : 'tensorboard.plugins.custom_scalar.layout_pb2'
37 # @@protoc_insertion_point(class_scope:tensorboard.MultilineChartContent)
38 })
39_sym_db.RegisterMessage(MultilineChartContent)
41MarginChartContent = _reflection.GeneratedProtocolMessageType('MarginChartContent', (_message.Message,), {
43 'Series' : _reflection.GeneratedProtocolMessageType('Series', (_message.Message,), {
44 'DESCRIPTOR' : _MARGINCHARTCONTENT_SERIES,
45 '__module__' : 'tensorboard.plugins.custom_scalar.layout_pb2'
46 # @@protoc_insertion_point(class_scope:tensorboard.MarginChartContent.Series)
47 })
48 ,
49 'DESCRIPTOR' : _MARGINCHARTCONTENT,
50 '__module__' : 'tensorboard.plugins.custom_scalar.layout_pb2'
51 # @@protoc_insertion_point(class_scope:tensorboard.MarginChartContent)
52 })
53_sym_db.RegisterMessage(MarginChartContent)
54_sym_db.RegisterMessage(MarginChartContent.Series)
56Category = _reflection.GeneratedProtocolMessageType('Category', (_message.Message,), {
57 'DESCRIPTOR' : _CATEGORY,
58 '__module__' : 'tensorboard.plugins.custom_scalar.layout_pb2'
59 # @@protoc_insertion_point(class_scope:tensorboard.Category)
60 })
61_sym_db.RegisterMessage(Category)
63Layout = _reflection.GeneratedProtocolMessageType('Layout', (_message.Message,), {
64 'DESCRIPTOR' : _LAYOUT,
65 '__module__' : 'tensorboard.plugins.custom_scalar.layout_pb2'
66 # @@protoc_insertion_point(class_scope:tensorboard.Layout)
67 })
68_sym_db.RegisterMessage(Layout)
70if _descriptor._USE_C_DESCRIPTORS == False:
72 DESCRIPTOR._options = None
73 _CHART._serialized_start=64
74 _CHART._serialized_end=205
75 _MULTILINECHARTCONTENT._serialized_start=207
76 _MULTILINECHARTCONTENT._serialized_end=243
77 _MARGINCHARTCONTENT._serialized_start=246
78 _MARGINCHARTCONTENT._serialized_end=377
79 _MARGINCHARTCONTENT_SERIES._serialized_start=324
80 _MARGINCHARTCONTENT_SERIES._serialized_end=377
81 _CATEGORY._serialized_start=379
82 _CATEGORY._serialized_end=455
83 _LAYOUT._serialized_start=457
84 _LAYOUT._serialized_end=523
85# @@protoc_insertion_point(module_scope)