TensorDescriptionOrBuilder

อินเทอร์เฟซสาธารณะ TensorDescriptionOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

คำอธิบาย การจัดสรรนามธรรม
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;
บทคัดย่อ
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
นามธรรม TensorShapeProto
รับรูปร่าง ()
 Shape of the tensor.
นามธรรม TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
บูลีนนามธรรม
hasAllocationDescription ()
 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;

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;