MemoryLogRawDeallocationOrBuilder

interface pública MemoryLogRawDeallocationOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato longo
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
cadeia abstrata
getAllocatorName ()
 Name of the allocator used.
abstrato com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
booleano abstrato
getDeferido ()
 True if the deallocation is queued and will be performed later,
 e.g.
cadeia abstrata
getOperação ()
 Name of the operation making the deallocation.
abstrato com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
abstrato longo
getStepId ()
 Process-unique step id.

Métodos Públicos

público abstrato longo getAllocationId ()

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

String abstrata pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

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

 Name of the allocator used.
 
string allocator_name = 4;

público abstrato booleano getDeferred ()

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

String abstrata pública getOperation ()

operação de string

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

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

operação de string

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

público abstrato longo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;