AllocationDescriptionOrBuilder

পাবলিক ইন্টারফেস AllocationDescriptionOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত দীর্ঘ
বরাদ্দকৃত বাইট ()
 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
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.
বিমূর্ত দীর্ঘ
getRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;

পাবলিক পদ্ধতি

পাবলিক বিমূর্ত দীর্ঘ getAllocatedBytes ()

 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;

পাবলিক বিমূর্ত দীর্ঘ getAllocationId ()

 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;