AllocatorMemoryUsedOrBuilder

パブリック インターフェイスAllocatorMemory UsedOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象AllocationRecord
getAllocationRecords (int インデックス)
 The allocation and deallocation timeline.
抽象整数
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
抽象リスト< AllocationRecord >
getAllocationRecordsList ()
 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;

public abstract int getAllocationRecordsCount ()

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

public abstract List< 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;

公開抄録リスト<? extends AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

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

public abstract long 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;

public abstract String getAllocatorName ()

string allocator_name = 1;

public abstract com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

public abstract long getLiveBytes ()

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

パブリック抽象ロングgetPeakBytes ()

int64 peak_bytes = 3;

public abstract long getTotalBytes ()

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