interfejs publiczny MemoryLogRawAllocationOrBuilder
| Znane podklasy pośrednie |
Metody publiczne
| abstrakcyjne, długie | getAllocationId () Id of the tensor buffer being allocated, used to match to a corresponding deallocation. |
| abstrakcyjny ciąg | getAllocatorName () Name of the allocator used. |
| streszczenie com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used. |
| abstrakcyjne, długie | getNumBytes () Number of bytes in the allocation. |
| abstrakcyjny ciąg | pobierz operację () Name of the operation making the allocation. |
| streszczenie com.google.protobuf.ByteString | getOperationBytes () Name of the operation making the allocation. |
| abstrakcyjne, długie | pobierzPtr () Address of the allocation. |
| abstrakcyjne, długie | pobierzIdKroku () Process-unique step id. |
Metody publiczne
publiczne streszczenie długie getAllocationId ()
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
int64 allocation_id = 5; publiczna abstrakcja String getAllocatorName ()
Name of the allocator used.
string allocator_name = 6; publiczne streszczenie com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 6; publiczne streszczenie długie getNumBytes ()
Number of bytes in the allocation.
int64 num_bytes = 3; publiczna abstrakcja String getOperation ()
Name of the operation making the allocation.
string operation = 2; publiczne streszczenie com.google.protobuf.ByteString getOperationBytes ()
Name of the operation making the allocation.
string operation = 2; publiczne streszczenie długie getPtr ()
Address of the allocation.
uint64 ptr = 4; publiczne streszczenie długie getStepId ()
Process-unique step id.
int64 step_id = 1;