MemoryLogRawDeallocationOrBuilder

الواجهة العامة MemoryLogRawDeallocationOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

مجردة طويلة
معرف الحصول على التخصيص ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
سلسلة مجردة
getAllocatorName ()
 Name of the allocator used.
مجردة com.google.protobuf.ByteString
الحصول علىAllocatorNameBytes ()
 Name of the allocator used.
منطقية مجردة
الحصول على مؤجل ()
 True if the deallocation is queued and will be performed later,
 e.g.
سلسلة مجردة
الحصول على العملية ()
 Name of the operation making the deallocation.
مجردة com.google.protobuf.ByteString
الحصول علىOperationBytes ()
 Name of the operation making the deallocation.
مجردة طويلة
معرف الخطوة ()
 Process-unique step id.

الأساليب العامة

الملخص العام getAlllocationId () الطويل

 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;