giao diện công cộng MemoryLogRawDeallocationOrBuilder
| 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 deallocated, used to match to a corresponding allocation. |
| 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 boolean | getDeferred () True if the deallocation is queued and will be performed later, e.g. |
| chuỗi trừu tượng | getOperation () Name of the operation making the deallocation. |
| tóm tắt com.google.protobuf.ByteString | getOperationBytes () Name of the operation making the deallocation. |
| 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 deallocated, used to match to a corresponding allocation.
int64 allocation_id = 3; Chuỗi tóm tắt công khai getAllocatorName ()
Name of the allocator used.
string allocator_name = 4; tóm tắt công khai com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 4; boolean trừu tượng công khai getDeferred ()
True if the deallocation is queued and will be performed later, e.g. for GPU lazy freeing of buffers.
bool deferred = 5; Chuỗi tóm tắt công khai getOperation ()
Name of the operation making the deallocation.
string operation = 2; tóm tắt công khai com.google.protobuf.ByteString getOperationBytes ()
Name of the operation making the deallocation.
string operation = 2; tóm tắt công khai dài getStepId ()
Process-unique step id.
int64 step_id = 1;