MemoryLogRawDeallocationOrBuilder

interfaccia pubblica MemoryLogRawDeallocationOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto lungo
getIDallocazione ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
stringa astratta
getAllocatorName ()
 Name of the allocator used.
astratto com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
booleano astratto
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
stringa astratta
getOperazione ()
 Name of the operation making the deallocation.
astratto com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
astratto lungo
getIdStep ()
 Process-unique step id.

Metodi pubblici

public abstract lungo getAllocationId ()

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

public abstract String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

abstract pubblico com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

pubblico astratto booleano getDeferred ()

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

estratto pubblico String getOperation ()

operazione stringa

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

estratto pubblico com.google.protobuf.ByteString getOperationBytes ()

operazione stringa

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

pubblico astratto lungo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;