EVOLUTION-MANAGER
Edit File: dynamic_padding_pb2.py
# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: tensorflow/core/protobuf/tpu/dynamic_padding.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor 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.FileDescriptor( name='tensorflow/core/protobuf/tpu/dynamic_padding.proto', package='tensorflow.tpu', syntax='proto3', serialized_options=_b('\370\001\001'), serialized_pb=_b('\n2tensorflow/core/protobuf/tpu/dynamic_padding.proto\x12\x0etensorflow.tpu\"O\n\nPaddingMap\x12\x11\n\targ_index\x18\x01 \x01(\x05\x12\x13\n\x0bshape_index\x18\x02 \x01(\x05\x12\x19\n\x11padding_arg_index\x18\x03 \x01(\x05\x42\x03\xf8\x01\x01\x62\x06proto3') ) _PADDINGMAP = _descriptor.Descriptor( name='PaddingMap', full_name='tensorflow.tpu.PaddingMap', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='arg_index', full_name='tensorflow.tpu.PaddingMap.arg_index', index=0, number=1, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='shape_index', full_name='tensorflow.tpu.PaddingMap.shape_index', index=1, number=2, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='padding_arg_index', full_name='tensorflow.tpu.PaddingMap.padding_arg_index', index=2, number=3, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=70, serialized_end=149, ) DESCRIPTOR.message_types_by_name['PaddingMap'] = _PADDINGMAP _sym_db.RegisterFileDescriptor(DESCRIPTOR) PaddingMap = _reflection.GeneratedProtocolMessageType('PaddingMap', (_message.Message,), { 'DESCRIPTOR' : _PADDINGMAP, '__module__' : 'tensorflow.core.protobuf.tpu.dynamic_padding_pb2' # @@protoc_insertion_point(class_scope:tensorflow.tpu.PaddingMap) }) _sym_db.RegisterMessage(PaddingMap) DESCRIPTOR._options = None # @@protoc_insertion_point(module_scope)