TensorDescriptionOrBuilder

общедоступный интерфейс TensorDescriptionOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактное описание распределения
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
абстрактное распределениеDescriptionOrBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
абстрактный тип данных
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
абстрактный int
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
абстрактный TensorShapeProto
получитьШейп ()
 Shape of the tensor.
абстрактный TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
абстрактное логическое значение
имеетОписаниеАллокации ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
абстрактное логическое значение
имеетШейп ()
 Shape of the tensor.

Публичные методы

публичный абстрактный AllocationDescription getAllocationDescription ()

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

публичный абстрактный AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()

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

общедоступный абстрактный тип данных getDtype ()

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

общедоступный абстрактный int getDtypeValue ()

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

публичный абстрактный TensorShapeProto getShape ()

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

публичный абстрактный TensorShapeProtoOrBuilder getShapeOrBuilder ()

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

общедоступное абстрактное логическое значение hasAllocationDescription ()

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

общедоступное абстрактное логическое значение hasShape ()

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