BundleEntryProto

clase final pública BundleEntryProto

 Describes the metadata related to a checkpointed tensor.
 
Protobuf tipo tensorflow.BundleEntryProto

Clases anidadas

clase BundleEntryProto.Builder
 Describes the metadata related to a checkpointed tensor. 

Constantes

En t CRC32C_FIELD_NUMBER
En t DTYPE_FIELD_NUMBER
En t OFFSET_FIELD_NUMBER
En t SHAPE_FIELD_NUMBER
En t SHARD_ID_FIELD_NUMBER
En t TAMAÑO_CAMPO_NÚMERO
En t SLICES_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
En t
obtenerCrc32C ()
 The CRC32C checksum of the tensor bytes.
BundleEntryProto estático
BundleEntryProto
com.google.protobuf.Descriptors.Descriptor estático final
Tipo de datos
obtener tipo D ()
 The tensor dtype and shape.
En t
getDtypeValue ()
 The tensor dtype and shape.
largo
obtener compensación ()
int64 offset = 4;
En t
TensorShapeProto
obtener forma ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
En t
obtenerId de fragmento ()
 The binary content of the tensor lies in:
   File "shard_id": bytes [offset, offset + size).
largo
obtenerTamaño ()
int64 size = 5;
TensorSliceProto
getSlices (índice int)
 Iff present, this entry represents a partitioned tensor.
En t
getSlicesCount ()
 Iff present, this entry represents a partitioned tensor.
Lista< TensorSliceProto >
obtener lista de rebanadas ()
 Iff present, this entry represents a partitioned tensor.
TensorSliceProtoOrBuilder
getSlicesOrBuilder (índice int)
 Iff present, this entry represents a partitioned tensor.
Lista<? extiende TensorSliceProtoOrBuilder >
getSlicesOrBuilderList ()
 Iff present, this entry represents a partitioned tensor.
com.google.protobuf.UnknownFieldSet final
booleano
tiene forma ()
.tensorflow.TensorShapeProto shape = 2;
En t
booleano final
BundleEntryProto.Builder estático
BundleEntryProto.Builder estático
BundleEntryProto.Builder
BundleEntryProto estático
parseDelimitedFrom (entrada de InputStream)
BundleEntryProto estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BundleEntryProto estático
parseFrom (datos de ByteBuffer)
BundleEntryProto estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
BundleEntryProto estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BundleEntryProto estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
BundleEntryProto estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BundleEntryProto estático
parseFrom (datos com.google.protobuf.ByteString)
BundleEntryProto estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BundleEntryProto estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
BundleEntryProto.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público CRC32C_FIELD_NUMBER

Valor constante: 6

int final estático público DTYPE_FIELD_NUMBER

Valor constante: 1

int final estático público OFFSET_FIELD_NUMBER

Valor constante: 4

int final estático público SHAPE_FIELD_NUMBER

Valor constante: 2

int final estático público SHARD_ID_FIELD_NUMBER

Valor constante: 3

int final estático público TAMAÑO_FIELD_NUMBER

Valor constante: 5

int final estático público SLICES_FIELD_NUMBER

Valor constante: 7

Métodos públicos

público booleano es igual (Objeto obj)

público int getCrc32C ()

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

BundleEntryProto estático público getDefaultInstance ()

BundleEntryPro público para getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

tipo de datos público getDtype ()

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

público int getDtypeValue ()

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

getOffset público largo ()

int64 offset = 4;

público getParserForType ()

público int getSerializedSize ()

público TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

público TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

público int getShardId ()

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

público largo getSize ()

int64 size = 5;

público TensorSliceProto getSlices (índice 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;

público 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;

Lista pública< 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;

público TensorSliceProtoOrBuilder getSlicesOrBuilder (índice 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;

Lista pública<? extiende 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;

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasShape booleano público ()

.tensorflow.TensorShapeProto shape = 2;

código hash int público ()

público final booleano isInitialized ()

BundleEntryProto.Builder estático público newBuilder ()

BundleEntryProto.Builder estático público newBuilder (prototipo BundleEntryProto )

público BundleEntryProto.Builder newBuilderForType ()

BundleEntryProto estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

BundleEntryProto estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

BundleEntryProto estático público parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

BundleEntryProto parseFrom estático público (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

BundleEntryProto parseFrom estático público (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

BundleEntryProto estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

BundleEntryProto estático público parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

BundleEntryProto estático público parseFrom (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

BundleEntryProto estático público parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

BundleEntryProto parseFrom estático público (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público BundleEntryProto.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción