TensorDescriptionOrBuilder

interfaz pública TensorDescriptionOrBuilder
Subclases indirectas conocidas

Métodos públicos

Asignación abstracta Descripción
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription .tensorflow.AllocationDescription allocation_description = 4;
Resumen AsignaciónDescripciónOrBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription .tensorflow.AllocationDescription allocation_description = 4;
Tipo de datos abstracto
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
int abstracto
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
abstracto TensorShapeProto
getShape ()
 Shape of the tensor.
abstracto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
booleano abstracto
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription .tensorflow.AllocationDescription allocation_description = 4;
booleano abstracto
hasShape ()
 Shape of the tensor.

Métodos públicos

resumen público AllocationDescription getAllocationDescription ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription .tensorflow.AllocationDescription allocation_description = 4;

resumen público AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription .tensorflow.AllocationDescription allocation_description = 4;

Tipo de datos abstracto público getDtype ()

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

public abstract 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;

public abstract boolean hasAllocationDescription ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription .tensorflow.AllocationDescription allocation_description = 4;

público abstracto booleano hasShape ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;