Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorboard/plugins/pr_curve/plugin_data_pb2.py: 80%

15 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/plugins/pr_curve/plugin_data.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/plugins/pr_curve/plugin_data.proto\x12\x0btensorboard\"<\n\x11PrCurvePluginData\x12\x0f\n\x07version\x18\x01 \x01(\x05\x12\x16\n\x0enum_thresholds\x18\x02 \x01(\rb\x06proto3') 

18 

19 

20 

21_PRCURVEPLUGINDATA = DESCRIPTOR.message_types_by_name['PrCurvePluginData'] 

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

23 'DESCRIPTOR' : _PRCURVEPLUGINDATA, 

24 '__module__' : 'tensorboard.plugins.pr_curve.plugin_data_pb2' 

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

26 }) 

27_sym_db.RegisterMessage(PrCurvePluginData) 

28 

29if _descriptor._USE_C_DESCRIPTORS == False: 

30 

31 DESCRIPTOR._options = None 

32 _PRCURVEPLUGINDATA._serialized_start=63 

33 _PRCURVEPLUGINDATA._serialized_end=123 

34# @@protoc_insertion_point(module_scope)