MemoryLogTensorDeallocationOrBuilder

공개 인터페이스 MemoryLogTensorDeallocationOrBuilder
알려진 간접 하위 클래스

공개 방법

추상적인 긴
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.

공개 방법

공개 추상 긴 getAllocationId ()

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

공개 추상 문자열 getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 2;

공개 추상 com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 2;