interface pública TensorDescriptionOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| AllocationDescription abstrata | getAllocationDescription () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| AllocationDescriptionOrBuilder abstrato | getAllocationDescriptionOrBuilder () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| DataType abstrato | getDtype () Data type of tensor elements .tensorflow.DataType dtype = 1; |
| abstrato int | getDtypeValue () Data type of tensor elements .tensorflow.DataType dtype = 1; |
| TensorShapeProto abstrato | getShape () Shape of the tensor. |
| TensorShapeProtoOrBuilder abstrato | getShapeOrBuilder () Shape of the tensor. |
| booleano abstrato | hasAllocationDescription () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| booleano abstrato | hasShape () Shape of the tensor. |
Métodos Públicos
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;