clase final pública BundleEntryProto
Describes the metadata related to a checkpointed tensor.
tensorflow.BundleEntryProto
Clases anidadas
clase | BundleEntryProto.Builder | Describes the metadata related to a checkpointed tensor. |
Constantes
entero | CRC32C_FIELD_NUMBER | |
entero | DTYPE_FIELD_NUMBER | |
entero | OFFSET_FIELD_NUMBER | |
entero | SHAPE_FIELD_NUMBER | |
entero | SHARD_ID_FIELD_NUMBER | |
entero | TAMAÑO_CAMPO_NÚMERO | |
entero | SLICES_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
entero | 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. |
entero | getDtypeValue () The tensor dtype and shape. |
largo | obtener compensación () int64 offset = 4; |
entero | |
TensorShapeProto | obtener forma () .tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 2; |
entero | obtenerIdfragmento () 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. |
entero | 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; |
entero | código hash () |
booleano final | |
BundleEntryProto.Builder estático | |
BundleEntryProto.Builder estático | newBuilder (prototipo BundleEntryProto ) |
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 | analizador () |
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;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 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 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 parseFrom estático público (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 ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|