TensorMetadata

classe final pública TensorMetadata

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

Classes aninhadas

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

Constantes

int TENSOR_SHAPE_FIELD_NUMBER
int TENSOR_SIZE_BYTES_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
TensorMetadata estático
TensorMetadata
final static com.google.protobuf.Descriptors.Descriptor
int
TensorShapeProto
getTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
longo
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
final com.google.protobuf.UnknownFieldSet
boleano
hasTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
int
final booleano
static TensorMetadata.Builder
static TensorMetadata.Builder
newBuilder (protótipo TensorMetadata )
TensorMetadata.Builder
TensorMetadata estático
parseDelimitedFrom (input InputStream)
TensorMetadata estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (dados ByteBuffer)
TensorMetadata estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (com.google.protobuf.CodedInputStream input)
TensorMetadata estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (com.google.protobuf.ByteString data)
TensorMetadata estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorMetadata.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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 equals (Object obj)

public static TensorMetadata getDefaultInstance ()

public TensorMetadata getDefaultInstanceForType ()

public static 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 (protótipo TensorMetadata )

public TensorMetadata.Builder newBuilderForType ()

public static TensorMetadata parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static TensorMetadata parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public TensorMetadata.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException