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

20 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/histogram.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/histogram.proto\x12\x0btensorboard\"\x87\x01\n\x0eHistogramProto\x12\x0b\n\x03min\x18\x01 \x01(\x01\x12\x0b\n\x03max\x18\x02 \x01(\x01\x12\x0b\n\x03num\x18\x03 \x01(\x01\x12\x0b\n\x03sum\x18\x04 \x01(\x01\x12\x13\n\x0bsum_squares\x18\x05 \x01(\x01\x12\x18\n\x0c\x62ucket_limit\x18\x06 \x03(\x01\x42\x02\x10\x01\x12\x12\n\x06\x62ucket\x18\x07 \x03(\x01\x42\x02\x10\x01\x42\\\n\x18org.tensorflow.frameworkP\x01Z;github.com/google/tsl/tsl/go/core/protobuf/summary_go_proto\xf8\x01\x01\x62\x06proto3') 

18 

19 

20 

21_HISTOGRAMPROTO = DESCRIPTOR.message_types_by_name['HistogramProto'] 

22HistogramProto = _reflection.GeneratedProtocolMessageType('HistogramProto', (_message.Message,), { 

23 'DESCRIPTOR' : _HISTOGRAMPROTO, 

24 '__module__' : 'tensorboard.compat.proto.histogram_pb2' 

25 # @@protoc_insertion_point(class_scope:tensorboard.HistogramProto) 

26 }) 

27_sym_db.RegisterMessage(HistogramProto) 

28 

29if _descriptor._USE_C_DESCRIPTORS == False: 

30 

31 DESCRIPTOR._options = None 

32 DESCRIPTOR._serialized_options = b'\n\030org.tensorflow.frameworkP\001Z;github.com/google/tsl/tsl/go/core/protobuf/summary_go_proto\370\001\001' 

33 _HISTOGRAMPROTO.fields_by_name['bucket_limit']._options = None 

34 _HISTOGRAMPROTO.fields_by_name['bucket_limit']._serialized_options = b'\020\001' 

35 _HISTOGRAMPROTO.fields_by_name['bucket']._options = None 

36 _HISTOGRAMPROTO.fields_by_name['bucket']._serialized_options = b'\020\001' 

37 _HISTOGRAMPROTO._serialized_start=58 

38 _HISTOGRAMPROTO._serialized_end=193 

39# @@protoc_insertion_point(module_scope)