MemoryLogRawAllocationOrBuilder

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

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

বিমূর্ত দীর্ঘ
বরাদ্দ আইডি ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
বিমূর্ত স্ট্রিং
getAllocatorName ()
 Name of the allocator used.
বিমূর্ত com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
বিমূর্ত দীর্ঘ
getNumBytes ()
 Number of bytes in the allocation.
বিমূর্ত স্ট্রিং
গেট অপারেশন ()
 Name of the operation making the allocation.
বিমূর্ত com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
বিমূর্ত দীর্ঘ
getPtr ()
 Address of the allocation.
বিমূর্ত দীর্ঘ
GetStepId ()
 Process-unique step id.

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

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

 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;