interfaz pública TensorDescriptionOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| resumen AsignaciónDescripción | obtener descripción de asignación () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| resumen AllocationDescriptionOrBuilder | getAllocationDescriptionOrBuilder () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| tipo de datos abstracto | obtener tipo D () Data type of tensor elements .tensorflow.DataType dtype = 1; |
| resumen entero | getDtypeValue () Data type of tensor elements .tensorflow.DataType dtype = 1; |
| resumen TensorShapeProto | obtener forma () Shape of the tensor. |
| abstracto TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor. |
| booleano abstracto | tieneAllocationDescription () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| booleano abstracto | tiene forma () Shape of the tensor. |
Métodos públicos
resumen público Descripción de asignación getAllocationDescription ()
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4; resumen público AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4; Tipo de datos abstracto público getDtype ()
Data type of tensor elements
.tensorflow.DataType dtype = 1; resumen público int getDtypeValue ()
Data type of tensor elements
.tensorflow.DataType dtype = 1; resumen público TensorShapeProto getShape ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2; resumen público TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2; hasAllocationDescription booleano abstracto público ()
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4; hasShape booleano abstracto público ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2;