MemoryLogRawDeallocationOrBuilder

رابط عمومی MemoryLogRawDeallocationOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

انتزاعی طولانی
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
رشته انتزاعی
getAllocatorName ()
 Name of the allocator used.
چکیده com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
بولی انتزاعی
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
رشته انتزاعی
getOperation ()
 Name of the operation making the deallocation.
چکیده com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
انتزاعی طولانی
getStepId ()
 Process-unique step id.

روش های عمومی

انتزاع عمومی طولانی getAllocationId ()

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

رشته انتزاعی عمومی getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

عمومی انتزاعی com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

عمومی انتزاعی بولی getDeferred ()

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

رشته انتزاعی عمومی getOperation ()

عملیات رشته

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

چکیده عمومی com.google.protobuf.ByteString getOperationBytes ()

عملیات رشته

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

انتزاع عمومی طولانی getStepId ()

 Process-unique step id.
 
int64 step_id = 1;