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. |
| String abstrata | getAllocatorName () Name of the allocator used. |
| abstract com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used. |
| abstrato longo | getNumBytes () Number of bytes in the allocation. |
| String abstrata | getOperation () Name of the operation making the allocation. |
| abstract 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
public abstract long getAllocationId ()
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
int64 allocation_id = 5;public abstract String getAllocatorName ()
Name of the allocator used.
string allocator_name = 6;public abstract com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 6;public abstract long getNumBytes ()
Number of bytes in the allocation.
int64 num_bytes = 3;public abstract String getOperation ()
Operação de string operation = 2;
Name of the operation making the allocation.
string operation = 2;public abstract com.google.protobuf.ByteString getOperationBytes ()
Operação de string operation = 2;
Name of the operation making the allocation.
string operation = 2;public abstract long getPtr ()
Address of the allocation.
uint64 ptr = 4;public abstract long getStepId ()
Process-unique step id.
int64 step_id = 1;