interface pública MemoryLogRawAllocationOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| abstrato longo | getAllocationId () Id of the tensor buffer being allocated, used to match to a corresponding deallocation. |
| cadeia abstrata | getAllocatorName () Name of the allocator used. |
| abstrato com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used. |
| abstrato longo | getNumBytes () Number of bytes in the allocation. |
| cadeia abstrata | getOperação () Name of the operation making the allocation. |
| abstrato com.google.protobuf.ByteString | getOperationBytes () Name of the operation making the allocation. |
| abstrato longo | getPtr () Address of the allocation. |
| abstrato longo | getStepId () Process-unique step id. |
Métodos Públicos
público abstrato longo getAllocationId ()
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
int64 allocation_id = 5; String abstrata pública getAllocatorName ()
Name of the allocator used.
string allocator_name = 6; resumo público com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 6; público abstrato longo getNumBytes ()
Number of bytes in the allocation.
int64 num_bytes = 3; String abstrata pública getOperation ()
Name of the operation making the allocation.
string operation = 2; resumo público com.google.protobuf.ByteString getOperationBytes ()
Name of the operation making the allocation.
string operation = 2; público abstrato longo getPtr ()
Address of the allocation.
uint64 ptr = 4; público abstrato longo getStepId ()
Process-unique step id.
int64 step_id = 1;