MemoryLogRawDeallocationOrBuilder

genel arayüz MemoryLogRawDeallocationOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut uzun
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
soyut Dize
getAllocatorName ()
 Name of the allocator used.
abstract com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
soyut boole
getErtelendi ()
 True if the deallocation is queued and will be performed later,
 e.g.
soyut Dize
getOperation ()
 Name of the operation making the deallocation.
abstract com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
soyut uzun
getStepId ()
 Process-unique step id.

Genel Yöntemler

genel özet uzun getAllocationId ()

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

genel özet Dize getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

genel özet com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

genel soyut boolean getDeferred ()

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

genel özet String getOperation ()

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

genel özet com.google.protobuf.ByteString getOperationBytes ()

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

genel özet uzun getStepId ()

 Process-unique step id.
 
int64 step_id = 1;