MemoryLogRawDeallocationOrBuilder

antarmuka publik MemoryLogRawDeallocationOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak panjang
dapatkanAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
Tali abstrak
dapatkan Nama Pengalokasi ()
 Name of the allocator used.
abstrak com.google.protobuf.ByteString
dapatkanAllocatorNameBytes ()
 Name of the allocator used.
boolean abstrak
dapatkan Ditangguhkan ()
 True if the deallocation is queued and will be performed later,
 e.g.
Tali abstrak
dapatkanOperasi ()
 Name of the operation making the deallocation.
abstrak com.google.protobuf.ByteString
dapatkanOperationBytes ()
 Name of the operation making the deallocation.
abstrak panjang
dapatkanStepId ()
 Process-unique step id.

Metode Publik

abstrak publik getAllocationId panjang ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 3;

String abstrak publik getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

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

 Name of the allocator used.
 
string allocator_name = 4;

boolean abstrak publik getDeferred ()

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

abstrak publik String getOperation ()

operasi string

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

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

operasi string

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

abstrak publik getStepId panjang ()

 Process-unique step id.
 
int64 step_id = 1;