AllocatorMemoryUsedOrBuilder

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

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

বিমূর্ত বরাদ্দ রেকর্ড
getAllocationRecords (int সূচক)
 The allocation and deallocation timeline.
বিমূর্ত int
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
বিমূর্ত তালিকা< AllocationRecord >
বরাদ্দ রেকর্ড তালিকা ()
 The allocation and deallocation timeline.
বিমূর্ত AllocationRecordOrBuilder
getAllocationRecordsOrBuilder (int সূচক)
 The allocation and deallocation timeline.
বিমূর্ত তালিকা<? প্রসারিত AllocationRecordOrBuilder >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
বিমূর্ত দীর্ঘ
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
বিমূর্ত স্ট্রিং
getAllocatorName ()
string allocator_name = 1;
বিমূর্ত com.google.protobuf.ByteString
getAllocatorNameBytes ()
string allocator_name = 1;
বিমূর্ত দীর্ঘ
getLiveBytes ()
 The bytes that are not deallocated.
বিমূর্ত দীর্ঘ
getPeakBytes ()
int64 peak_bytes = 3;
বিমূর্ত দীর্ঘ
GetTotalBytes ()
 These are per-node allocator memory stats.

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

সর্বজনীন বিমূর্ত AllocationRecord getAllocationRecords (int সূচক)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

পাবলিক বিমূর্ত int getAllocationRecordsCount ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

সর্বজনীন বিমূর্ত তালিকা< AllocationRecord > getAllocationRecordsList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

সর্বজনীন বিমূর্ত AllocationRecordOrBuilder getAllocationRecordsOrBuilder (int সূচক)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

সর্বজনীন বিমূর্ত তালিকা<? প্রসারিত করে AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

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

 These are snapshots of the overall allocator memory stats.
 The number of live bytes currently allocated by the allocator.
 
int64 allocator_bytes_in_use = 5;

সর্বজনীন বিমূর্ত স্ট্রিং getAllocatorName ()

string allocator_name = 1;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

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

 The bytes that are not deallocated.
 
int64 live_bytes = 4;

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

int64 peak_bytes = 3;

সর্বজনীন বিমূর্ত দীর্ঘ getTotalBytes ()

 These are per-node allocator memory stats.
 
int64 total_bytes = 2;