TensorDescriptionOrBuilder

genel arayüz TensorDescriptionOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

Özet Tahsis Açıklaması
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
özet TahsisAçıklamaOrİnşaatçı
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
özet Veri Türü
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
soyut int
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
soyut TensorShapeProto
getShape ()
 Shape of the tensor.
soyut TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
soyut boole
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
soyut boole
hasShape ()
 Shape of the tensor.

Genel Yöntemler

genel özet AllocationDescription getAllocationDescription ()

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

genel özet AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()

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

genel özet DataType getDtype ()

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

genel soyut int getDtypeValue ()

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

genel özet TensorShapeProto getShape ()

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

genel özet TensorShapeProtoOrBuilder getShapeOrBuilder ()

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

genel soyut boolean hasAllocationDescription ()

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

genel soyut boolean hasShape ()

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