MemoryLogRawDeallocationOrBuilder

interfaz pública MemoryLogRawDeallocationOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
obtenerId. De asignación ()
 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
obtenerDiferido ()
 True if the deallocation is queued and will be performed later,
 e.g.
cadena abstracta
obtenerOperación ()
 Name of the operation making the deallocation.
resumen com.google.protobuf.ByteString
obtenerOperaciónBytes ()
 Name of the operation making the deallocation.
abstracto largo
obtenerStepId ()
 Process-unique step id.

Métodos públicos

getAllocationId largo abstracto público ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
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;

cadena abstracta pública getOperation ()

operación de cadena

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

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

operación de cadena

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

getStepId largo abstracto público ()

 Process-unique step id.
 
int64 step_id = 1;