الواجهة العامة تخصيص الوصف أو البناء
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
مجردة طويلة | الحصول علىAllocatedBytes () Total number of bytes allocated if known int64 allocated_bytes = 2; |
مجردة طويلة | معرف الحصول على التخصيص () Identifier of the allocated buffer if known int64 allocation_id = 4; |
سلسلة مجردة | getAllocatorName () Name of the allocator used string allocator_name = 3; |
مجردة com.google.protobuf.ByteString | الحصول علىAllocatorNameBytes () Name of the allocator used string allocator_name = 3; |
منطقية مجردة | الحصول علىHasSingleReference () Set if this tensor only has one remaining reference bool has_single_reference = 5; |
مجردة طويلة | الحصول علىPtr () Address of the allocation. |
مجردة طويلة | الحصول على البايتات المطلوبة () Total number of bytes requested int64 requested_bytes = 1; |
الأساليب العامة
ملخص عام طويل getAllocatedBytes ()
Total number of bytes allocated if known
int64 allocated_bytes = 2;
الملخص العام getAlllocationId () الطويل
Identifier of the allocated buffer if known
int64 allocation_id = 4;
سلسلة getAllocatorName () مجردة عامة
Name of the allocator used
string allocator_name = 3;
الملخص العام com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used
string allocator_name = 3;
الملخص المنطقي العام getHasSingleReference ()
Set if this tensor only has one remaining reference
bool has_single_reference = 5;
ملخص عام طويل getPtr ()
Address of the allocation.
uint64 ptr = 6;
الملخص العام الطويل getRequestedBytes ()
Total number of bytes requested
int64 requested_bytes = 1;