TensorMetadataOrBuilder

interface pública TensorMetadataOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

TensorShapeProto abstrato
getTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorShapeProtoOrBuilder abstrato
getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
abstrato longo
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
booleano abstrato
hasTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;

Métodos Públicos

public abstract TensorShapeProto getTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public abstract TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public abstract long getTensorSizeBytes ()

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

public abstract boolean hasTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;