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.
추상 문자열
getOperation ()
 Name of the operation making the allocation.
추상 com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
추상적인 긴
getPtr ()
 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;

공개 추상 문자열 getAllocatorName ()

 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;