общедоступный интерфейс MemoryLogRawDeallocationOrBuilder
| Известные косвенные подклассы |
Публичные методы
| абстрактный длинный | получитьИдАллокации () Id of the tensor buffer being deallocated, used to match to a corresponding allocation. |
| абстрактная строка | получитьимяаллокатора () Name of the allocator used. |
| абстрактный com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used. |
| абстрактное логическое значение | получитьОтложенный () True if the deallocation is queued and will be performed later, e.g. |
| абстрактная строка | получитьОперацию () Name of the operation making the deallocation. |
| абстрактный com.google.protobuf.ByteString | getOperationBytes () Name of the operation making the deallocation. |
| абстрактный длинный | получитьStepId () 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;