TensorMetadata

TensorMetadata de clase final pública

 Metadata for a single tensor in the Snapshot Record.
 
Protobuf tipo tensorflow.data.experimental.TensorMetadata

Clases anidadas

clase TensorMetadata.Builder
 Metadata for a single tensor in the Snapshot Record. 

Constantes

En t TENSOR_SHAPE_FIELD_NUMBER
En t TENSOR_SIZE_BYTES_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
TensorMetadata estático
TensorMetadata
com.google.protobuf.Descriptors.Descriptor estático final
En t
TensorShapeProto
getTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
largo
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
final com.google.protobuf.UnknownFieldSet
booleano
hasTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
En t
booleano final
static TensorMetadata.Builder
static TensorMetadata.Builder
newBuilder (prototipo de TensorMetadata )
TensorMetadata.Builder
TensorMetadata estático
parseDelimitedFrom (entrada InputStream)
TensorMetadata estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (datos ByteBuffer)
TensorMetadata estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
TensorMetadata estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (datos com.google.protobuf.ByteString)
TensorMetadata estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorMetadata.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int TENSOR_SHAPE_FIELD_NUMBER

Valor constante: 2

public static final int TENSOR_SIZE_BYTES_FIELD_NUMBER

Valor constante: 3

Métodos públicos

public boolean es igual a (Object obj)

public static TensorMetadata getDefaultInstance ()

public TensorMetadata getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public long getTensorSizeBytes ()

 Number of uncompressed bytes used to store the tensor representation.
 
int64 tensor_size_bytes = 3;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public int hashCode ()

public final boolean isInitialized ()

public static TensorMetadata.Builder newBuilder ()

public static TensorMetadata.Builder newBuilder (prototipo de TensorMetadata )

public TensorMetadata.Builder newBuilderForType ()

public static TensorMetadata parseDelimitedFrom (InputStream input)

Lanza
IOException

public static TensorMetadata parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static TensorMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static TensorMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static TensorMetadata parseFrom (com.google.protobuf.CodedInputStream input)

Lanza
IOException

public static TensorMetadata parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático TensorMetadata parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

public static TensorMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static TensorMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public TensorMetadata.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException