AllocationDescriptionOrBuilder

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

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

ยาวเป็นนามธรรม
getAllocatedBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
ยาวเป็นนามธรรม
getAllocationId ()
 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;
สตริงที่เป็นนามธรรม
getAllocatorName ()
 Name of the allocator used
 
string allocator_name = 3;
นามธรรม com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
บูลีนนามธรรม
getHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
ยาวเป็นนามธรรม
รับ Ptr ()
 Address of the allocation.
ยาวเป็นนามธรรม
getRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;

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

สาธารณะนามธรรมยาว getAllocatedBytes ()

 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;

สาธารณะบทคัดย่อยาว getAllocationId ()

 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;

สตริงนามธรรมสาธารณะ getAlocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

นามธรรมสาธารณะ com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

บูลีนนามธรรมสาธารณะ getHasSingleReference ()

 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;

getPtr แบบนามธรรมสาธารณะ ()

 Address of the allocation.
 
uint64 ptr = 6;

สาธารณะนามธรรมยาว getRequestedBytes ()

 Total number of bytes requested
 
int64 requested_bytes = 1;