TensorDescriptionOrBuilder

interfaccia pubblica TensorDescriptionOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

descrizione astratta dell'allocazione
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;
tipo di dati astratto
getDtipo ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
astratto int
getDtipoValore ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
astratto TensorShapeProto
ottieni forma ()
 Shape of the tensor.
astratto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
booleano astratto
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
booleano astratto
haForma ()
 Shape of the tensor.

Metodi pubblici

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

estratto pubblico DataType getDtype ()

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

public abstract int getDtypeValue ()

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

estratto pubblico TensorShapeProto getShape ()

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

estratto pubblico TensorShapeProtoOrBuilder getShapeOrBuilder ()

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

public abstract booleano hasAllocationDescription ()

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

pubblico astratto booleano hasShape ()

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