MemoryLogRawAllocationOrBuilder

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

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

مجردة طويلة
معرف الحصول على التخصيص ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
سلسلة مجردة
getAllocatorName ()
 Name of the allocator used.
مجردة com.google.protobuf.ByteString
الحصول علىAllocatorNameBytes ()
 Name of the allocator used.
مجردة طويلة
الحصول على NumBytes ()
 Number of bytes in the allocation.
سلسلة مجردة
الحصول على العملية ()
 Name of the operation making the allocation.
مجردة com.google.protobuf.ByteString
الحصول علىOperationBytes ()
 Name of the operation making the allocation.
مجردة طويلة
الحصول علىPtr ()
 Address of the allocation.
مجردة طويلة
معرف الخطوة ()
 Process-unique step id.

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

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

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

سلسلة getAllocatorName () مجردة عامة

 Name of the allocator used.
 
string allocator_name = 6;

الملخص العام com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

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

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

سلسلة getOperation العامة ()

عملية سلسلة

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

الملخص العام com.google.protobuf.ByteString getOperationBytes ()

عملية سلسلة

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

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

 Address of the allocation.
 
uint64 ptr = 4;

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

 Process-unique step id.
 
int64 step_id = 1;