public interface
TensorDescriptionOrBuilder
Known Indirect Subclasses |
Public Methods
abstract AllocationDescription |
getAllocationDescription()
Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4;
|
abstract AllocationDescriptionOrBuilder |
getAllocationDescriptionOrBuilder()
Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4;
|
abstract DataType |
getDtype()
Data type of tensor elements .tensorflow.DataType dtype = 1;
|
abstract int |
getDtypeValue()
Data type of tensor elements .tensorflow.DataType dtype = 1;
|
abstract TensorShapeProto |
getShape()
Shape of the tensor. |
abstract TensorShapeProtoOrBuilder |
getShapeOrBuilder()
Shape of the tensor. |
abstract boolean |
hasAllocationDescription()
Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4;
|
abstract boolean |
hasShape()
Shape of the tensor. |
Public Methods
public abstract AllocationDescription getAllocationDescription ()
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4;
public abstract AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4;
public abstract int getDtypeValue ()
Data type of tensor elements
.tensorflow.DataType dtype = 1;
public abstract TensorShapeProto getShape ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2;
public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2;
public abstract boolean hasAllocationDescription ()
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4;
public abstract boolean hasShape ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2;