MemoryLogRawAllocationOrBuilder

общедоступный интерфейс MemoryLogRawAllocationOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный длинный
получитьИдАллокации ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
абстрактная строка
получитьимяаллокатора ()
 Name of the allocator used.
абстрактный com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
абстрактный длинный
getNumBytes ()
 Number of bytes in the allocation.
абстрактная строка
получитьОперацию ()
 Name of the operation making the allocation.
абстрактный com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
абстрактный длинный
получитьПтр ()
 Address of the allocation.
абстрактный длинный
получитьStepId ()
 Process-unique step id.

Публичные методы

общедоступный абстрактный длинный getAllocationId ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

общедоступная абстрактная строка getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

общедоступный абстрактный com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

публичный абстрактный длинный getNumBytes ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

общедоступная абстрактная строка getOperation ()

 Name of the operation making the allocation.
 
string operation = 2;

публичный абстрактный com.google.protobuf.ByteString getOperationBytes ()

 Name of the operation making the allocation.
 
string operation = 2;

публичный абстрактный длинный getPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

общедоступный абстрактный длинный getStepId ()

 Process-unique step id.
 
int64 step_id = 1;