TensorDescriptionOrBuilder

interface publique TensorDescriptionOrBuilder
Sous-classes indirectes connues

Méthodes publiques

résumé AllocationDescription
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
abstrait AllocationDescriptionOrBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
Type de données abstrait
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
abstrait entier
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
TensorShapeProto abstrait
obtenirForme ()
 Shape of the tensor.
abstrait TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
booléen abstrait
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
booléen abstrait
aForme ()
 Shape of the tensor.

Méthodes publiques

public abstrait AllocationDescription getAllocationDescription ()

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

public abstrait AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()

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

Type de données abstrait public getDtype ()

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

public abstrait int getDtypeValue ()

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

résumé public TensorShapeProto getShape ()

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

résumé public TensorShapeProtoOrBuilder getShapeOrBuilder ()

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

public abstrait booléen hasAllocationDescription ()

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

public abstrait booléen hasShape ()

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