MemoryLogRawAllocationOrBuilder

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

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

ยาวเป็นนามธรรม
getAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
สตริงที่เป็นนามธรรม
getAllocatorName ()
 Name of the allocator used.
นามธรรม com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
ยาวเป็นนามธรรม
getNumBytes ()
 Number of bytes in the allocation.
สตริงที่เป็นนามธรรม
รับการดำเนินการ ()
 Name of the operation making the allocation.
นามธรรม com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
ยาวเป็นนามธรรม
รับ Ptr ()
 Address of the allocation.
ยาวเป็นนามธรรม
getStepId ()
 Process-unique step id.

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

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

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

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

 Name of the allocator used.
 
string allocator_name = 6;

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

 Name of the allocator used.
 
string allocator_name = 6;

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

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

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

การดำเนินการสตริง

 Name of the operation making the allocation.
 
string operation = 2;

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

การดำเนินการสตริง

 Name of the operation making the allocation.
 
string operation = 2;

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

 Address of the allocation.
 
uint64 ptr = 4;

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

 Process-unique step id.
 
int64 step_id = 1;