MemoryLogRawAllocationOrBuilder

giao diện công cộng MemoryLogRawAllocationOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công cộng

trừu tượng dài
getAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
chuỗi trừu tượng
getAllocatorName ()
 Name of the allocator used.
tóm tắt com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
trừu tượng dài
getNumBytes ()
 Number of bytes in the allocation.
chuỗi trừu tượng
getOperation ()
 Name of the operation making the allocation.
tóm tắt com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
trừu tượng dài
getPtr ()
 Address of the allocation.
trừu tượng dài
getStepId ()
 Process-unique step id.

Phương pháp công cộng

tóm tắt công khai dài getAllocationId ()

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

Chuỗi tóm tắt công khai getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

tóm tắt công khai com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

tóm tắt công khai dài getNumBytes ()

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

Chuỗi tóm tắt công khai getOperation ()

thao tác chuỗi

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

tóm tắt công khai com.google.protobuf.ByteString getOperationBytes ()

thao tác chuỗi

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

tóm tắt công khai dài getPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

tóm tắt công khai dài getStepId ()

 Process-unique step id.
 
int64 step_id = 1;