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.
추상 부울
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
추상 문자열
getOperation ()
 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;

공개 추상 문자열 getAllocatorName ()

 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;