MemoryLogRawDeallocationOrBuilder

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

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

ยาวเป็นนามธรรม
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
สตริงที่เป็นนามธรรม
getAllocatorName ()
 Name of the allocator used.
นามธรรม com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
บูลีนนามธรรม
ได้รับการเลื่อนออกไป ()
 True if the deallocation is queued and will be performed later,
 e.g.
สตริงที่เป็นนามธรรม
รับการดำเนินการ ()
 Name of the operation making the deallocation.
นามธรรม com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
ยาวเป็นนามธรรม
getStepId ()
 Process-unique step id.

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

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

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 3;

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

 Name of the allocator used.
 
string allocator_name = 4;

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

 Name of the allocator used.
 
string allocator_name = 4;

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

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

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

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

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

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

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

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

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

 Process-unique step id.
 
int64 step_id = 1;