BundleEntryProto

публичный финальный класс BundleEntryProto

 Describes the metadata related to a checkpointed tensor.
 
тип Protobuf tensorflow.BundleEntryProto

Вложенные классы

сорт BundleEntryProto.Builder
 Describes the metadata related to a checkpointed tensor. 

Константы

интервал CRC32C_FIELD_NUMBER
интервал DTYPE_FIELD_NUMBER
интервал OFFSET_FIELD_NUMBER
интервал SHAPE_FIELD_NUMBER
интервал SHARD_ID_FIELD_NUMBER
интервал SIZE_FIELD_NUMBER
интервал SLICES_FIELD_NUMBER

Публичные методы

логическое значение
равно (Объект obj)
интервал
getCrc32C ()
 The CRC32C checksum of the tensor bytes.
статический BundleEntryProto
BundleEntryProto
окончательный статический com.google.protobuf.Descriptors.Descriptor
Тип данных
getDtype ()
 The tensor dtype and shape.
интервал
getDtypeValue ()
 The tensor dtype and shape.
длинный
получитьСмещение ()
int64 offset = 4;
интервал
TensorShapeProto
получитьШейп ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
интервал
getShardId ()
 The binary content of the tensor lies in:
   File "shard_id": bytes [offset, offset + size).
длинный
получитьРазмер ()
int64 size = 5;
ТензорСрезПрото
getSlices (индекс целого числа)
 Iff present, this entry represents a partitioned tensor.
интервал
getSlicesCount ()
 Iff present, this entry represents a partitioned tensor.
Список <TensorSliceProto>
получитьСписокСрезов ()
 Iff present, this entry represents a partitioned tensor.
TensorSliceProtoOrBuilder
getSlicesOrBuilder (индекс int)
 Iff present, this entry represents a partitioned tensor.
Список<? расширяет TensorSliceProtoOrBuilder >
getSlicesOrBuilderList ()
 Iff present, this entry represents a partitioned tensor.
окончательный com.google.protobuf.UnknownFieldSet
логическое значение
имеетШейп ()
.tensorflow.TensorShapeProto shape = 2;
интервал
последнее логическое значение
статический BundleEntryProto.Builder
статический BundleEntryProto.Builder
newBuilder (прототип BundleEntryProto )
BundleEntryProto.Builder
статический BundleEntryProto
parseDelimitedFrom (входной поток)
статический BundleEntryProto
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический BundleEntryProto
parseFrom (данные ByteBuffer)
статический BundleEntryProto
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический BundleEntryProto
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический BundleEntryProto
parseFrom (вход com.google.protobuf.CodedInputStream)
статический BundleEntryProto
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический BundleEntryProto
parseFrom (данные com.google.protobuf.ByteString)
статический BundleEntryProto
parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический BundleEntryProto
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
BundleEntryProto.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

Унаследованные методы

Константы

общедоступный статический окончательный int CRC32C_FIELD_NUMBER

Постоянное значение: 6

общедоступный статический окончательный int DTYPE_FIELD_NUMBER

Постоянное значение: 1

общедоступный статический окончательный int OFFSET_FIELD_NUMBER

Постоянное значение: 4

общедоступный статический окончательный int SHAPE_FIELD_NUMBER

Постоянное значение: 2

общедоступный статический финал int SHARD_ID_FIELD_NUMBER

Постоянное значение: 3

общедоступный статический окончательный int SIZE_FIELD_NUMBER

Постоянное значение: 5

общедоступный статический финал int SLICES_FIELD_NUMBER

Постоянное значение: 7

Публичные методы

общедоступное логическое значение равно (Object obj)

общественный int getCrc32C ()

 The CRC32C checksum of the tensor bytes.
 
fixed32 crc32c = 6;

общедоступный статический BundleEntryProto getDefaultInstance ()

public BundleEntryProto getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступный тип данных getDtype ()

 The tensor dtype and shape.
 
.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

 The tensor dtype and shape.
 
.tensorflow.DataType dtype = 1;

публичный длинный getOffset ()

int64 offset = 4;

общественный getParserForType ()

public int getSerializedSize ()

общественный TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

общедоступный TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public int getShardId ()

 The binary content of the tensor lies in:
   File "shard_id": bytes [offset, offset + size).
 
int32 shard_id = 3;

общедоступный длинный getSize ()

int64 size = 5;

public TensorSliceProto getSlices (индекс int)

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

public int getSlicesCount ()

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

общедоступный список < TensorSliceProto > getSlicesList ()

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

public TensorSliceProtoOrBuilder getSlicesOrBuilder (индекс int)

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

общедоступный список<? расширяет TensorSliceProtoOrBuilder > getSlicesOrBuilderList ()

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()

общедоступное логическое значение hasShape ()

.tensorflow.TensorShapeProto shape = 2;

public int hashCode ()

публичное финальное логическое значение isInitialized ()

общедоступный статический BundleEntryProto.Builder newBuilder ()

общедоступный статический BundleEntryProto.Builder newBuilder (прототип BundleEntryProto )

общедоступный BundleEntryProto.Builder newBuilderForType ()

общедоступный статический BundleEntryProto parseDelimitedFrom (входной поток InputStream)

Броски
Исключение IO

общедоступный статический BundleEntryProto parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический BundleEntryProto parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический BundleEntryProto parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический BundleEntryProto parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический BundleEntryProto parseFrom (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

общедоступный статический BundleEntryProto parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический BundleEntryProto parseFrom (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический BundleEntryProto parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический BundleEntryProto parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

общедоступный BundleEntryProto.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO