35 lines
1.3 KiB
Python
35 lines
1.3 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: tensorboard/plugins/histogram/plugin_data.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/tensorboard/plugins/histogram/plugin_data.proto\x12\x0btensorboard\"&\n\x13HistogramPluginData\x12\x0f\n\x07version\x18\x01 \x01(\x05\x62\x06proto3')
|
|
|
|
|
|
|
|
_HISTOGRAMPLUGINDATA = DESCRIPTOR.message_types_by_name['HistogramPluginData']
|
|
HistogramPluginData = _reflection.GeneratedProtocolMessageType('HistogramPluginData', (_message.Message,), {
|
|
'DESCRIPTOR' : _HISTOGRAMPLUGINDATA,
|
|
'__module__' : 'tensorboard.plugins.histogram.plugin_data_pb2'
|
|
# @@protoc_insertion_point(class_scope:tensorboard.HistogramPluginData)
|
|
})
|
|
_sym_db.RegisterMessage(HistogramPluginData)
|
|
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
|
DESCRIPTOR._options = None
|
|
_HISTOGRAMPLUGINDATA._serialized_start=64
|
|
_HISTOGRAMPLUGINDATA._serialized_end=102
|
|
# @@protoc_insertion_point(module_scope)
|