public interface
TensorMetadataOrBuilder
Known Indirect Subclasses |
Public Methods
abstract TensorShapeProto |
getTensorShape()
.tensorflow.TensorShapeProto tensor_shape = 2;
|
abstract TensorShapeProtoOrBuilder |
getTensorShapeOrBuilder()
.tensorflow.TensorShapeProto tensor_shape = 2;
|
abstract long |
getTensorSizeBytes()
Number of uncompressed bytes used to store the tensor representation. |
abstract boolean |
hasTensorShape()
.tensorflow.TensorShapeProto tensor_shape = 2;
|
Public Methods
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;