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
getAllocatorNameBytes ()
 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
getOperationBytes ()
 Name of the operation making the deallocation.
বিমূর্ত দীর্ঘ
GetStepId ()
 Process-unique step id.

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

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

 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;