MemoryLogRawDeallocationOrBuilder

interfaz pública MemoryLogRawDeallocationOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
cadena abstracta
getAllocatorName ()
 Name of the allocator used.
resumen com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
booleano abstracto
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
cadena abstracta
getOperation ()
 Name of the operation making the deallocation.
resumen com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
abstracto largo
getStepId ()
 Process-unique step id.

Métodos públicos

public abstract long getAllocationId ()

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

cadena abstracta pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

resumen público com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

getDeferred () booleano abstracto público

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

getOperation () de cadena abstracta pública

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

resumen público com.google.protobuf.ByteString getOperationBytes ()

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

public abstract long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;