MemoryLogRawDeallocationOrBuilder

interface publique MemoryLogRawDeallocationOrBuilder
Sous-classes indirectes connues

Méthodes publiques

abstrait long
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
chaîne abstraite
getAllocatorName ()
 Name of the allocator used.
résumé com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
booléen abstrait
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
chaîne abstraite
getOpération ()
 Name of the operation making the deallocation.
résumé com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
abstrait long
getStepId ()
 Process-unique step id.

Méthodes publiques

public abstrait long getAllocationId ()

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

chaîne abstraite publique getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

résumé public com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

public abstrait booléen getDeferred ()

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

chaîne abstraite publique getOperation ()

opération de chaîne

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

résumé public com.google.protobuf.ByteString getOperationBytes ()

opération de chaîne

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

public abstrait long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;