AllocatorMemoryUsedOrBuilder

رابط عمومی AllocatorMemoryUsedOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

Abstract AllocationRecord
getAllocationRecords (شاخص int)
 The allocation and deallocation timeline.
انتزاعی
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
فهرست چکیده < AlocationRecord >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
Abstract AllocationRecordOrBuilder
getAllocationRecordsOrBuilder (int index)
 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 index)

 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 index)

 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;