MemoryLogRawAllocationOrBuilder

antarmuka publik MemoryLogRawAllocationOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak panjang
dapatkanAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
Tali abstrak
dapatkan Nama Pengalokasi ()
 Name of the allocator used.
abstrak com.google.protobuf.ByteString
dapatkanAllocatorNameBytes ()
 Name of the allocator used.
abstrak panjang
dapatkanNumBytes ()
 Number of bytes in the allocation.
Tali abstrak
dapatkanOperasi ()
 Name of the operation making the allocation.
abstrak com.google.protobuf.ByteString
dapatkanOperationBytes ()
 Name of the operation making the allocation.
abstrak panjang
dapatkanPtr ()
 Address of the allocation.
abstrak panjang
dapatkanStepId ()
 Process-unique step id.

Metode Publik

abstrak publik getAllocationId panjang ()

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

String abstrak publik getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

abstrak publik com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

abstrak publik getNumBytes panjang ()

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

abstrak publik String getOperation ()

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

abstrak publik com.google.protobuf.ByteString getOperationBytes ()

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

getPtr panjang abstrak publik ()

 Address of the allocation.
 
uint64 ptr = 4;

abstrak publik getStepId panjang ()

 Process-unique step id.
 
int64 step_id = 1;