TensorDescriptionOrBuilder

رابط عمومی TensorDescriptionOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

Abstract AllocationDescription
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;
نوع داده انتزاعی
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
انتزاعی
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
انتزاعی TensorShapeProto
getShape ()
 Shape of the tensor.
انتزاعی TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
بولی انتزاعی
hasAlocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
بولی انتزاعی
hasShape ()
 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;

انتزاعی عمومی DataType 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;