classe final pública TensorMetadata
Metadata for a single tensor in the Snapshot Record.
tensorflow.data.experimental.TensorMetadata Classes aninhadas
| aula | TensorMetadata.Builder | Metadata for a single tensor in the Snapshot Record. | |
Constantes
| interno | TENSOR_SHAPE_FIELD_NUMBER | |
| interno | TENSOR_SIZE_BYTES_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| TensorMetadata estático | |
| TensorMetadados | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| interno | |
| TensorShapeProto | obterTensorShape () .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 | |
| booleano | hasTensorShape () .tensorflow.TensorShapeProto tensor_shape = 2; |
| interno | código hash () |
| booleano final | |
| TensorMetadata.Builder estático | |
| TensorMetadata.Builder estático | newBuilder (protótipo TensorMetadata ) |
| TensorMetadata.Builder | |
| TensorMetadata estático | parseDelimitedFrom (entrada InputStream) |
| TensorMetadata estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorMetadata estático | parseFrom (dados de ByteBuffer) |
| TensorMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorMetadata estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| TensorMetadata estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorMetadata estático | parseFrom (dados com.google.protobuf.ByteString) |
| TensorMetadata estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorMetadata estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| TensorMetadata.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int TENSOR_SHAPE_FIELD_NUMBER
Valor Constante: 2
int final estático público TENSOR_SIZE_BYTES_FIELD_NUMBER
Valor Constante: 3
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público getParserForType ()
público int getSerializedSize ()
público TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
público longo getTensorSizeBytes ()
Number of uncompressed bytes used to store the tensor representation.
int64 tensor_size_bytes = 3; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasTensorShape booleano público ()
.tensorflow.TensorShapeProto tensor_shape = 2;
hashCode int público ()
público final booleano isInitialized ()
public static TensorMetadata parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static TensorMetadata parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static TensorMetadata parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
TensorMetadata estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static TensorMetadata parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
TensorMetadata público estático parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static TensorMetadata parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
TensorMetadata estático público parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|