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

18 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/audio/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/audio/plugin_data.proto\x12\x0btensorboard\"\x9a\x01\n\x0f\x41udioPluginData\x12\x0f\n\x07version\x18\x01 \x01(\x05\x12\x37\n\x08\x65ncoding\x18\x02 \x01(\x0e\x32%.tensorboard.AudioPluginData.Encoding\x12\x1b\n\x13\x63onverted_to_tensor\x18\x03 \x01(\x08\" \n\x08\x45ncoding\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03WAV\x10\x0b\x62\x06proto3') 

18 

19 

20 

21_AUDIOPLUGINDATA = DESCRIPTOR.message_types_by_name['AudioPluginData'] 

22_AUDIOPLUGINDATA_ENCODING = _AUDIOPLUGINDATA.enum_types_by_name['Encoding'] 

23AudioPluginData = _reflection.GeneratedProtocolMessageType('AudioPluginData', (_message.Message,), { 

24 'DESCRIPTOR' : _AUDIOPLUGINDATA, 

25 '__module__' : 'tensorboard.plugins.audio.plugin_data_pb2' 

26 # @@protoc_insertion_point(class_scope:tensorboard.AudioPluginData) 

27 }) 

28_sym_db.RegisterMessage(AudioPluginData) 

29 

30if _descriptor._USE_C_DESCRIPTORS == False: 

31 

32 DESCRIPTOR._options = None 

33 _AUDIOPLUGINDATA._serialized_start=61 

34 _AUDIOPLUGINDATA._serialized_end=215 

35 _AUDIOPLUGINDATA_ENCODING._serialized_start=183 

36 _AUDIOPLUGINDATA_ENCODING._serialized_end=215 

37# @@protoc_insertion_point(module_scope)