AllocatorMemoryUsedOrBuilder

antarmuka publik AllocatorMemoryUsedOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Catatan Alokasi abstrak
getAllocationRecords (indeks int)
 The allocation and deallocation timeline.
abstrak ke dalam
dapatkanAllocationRecordsCount ()
 The allocation and deallocation timeline.
Daftar abstrak< AllocationRecord >
dapatkanAllocationRecordsList ()
 The allocation and deallocation timeline.
abstrak AlocationRecordOrBuilder
getAllocationRecordsOrBuilder (indeks int)
 The allocation and deallocation timeline.
Daftar abstrak<? memperluas AlocationRecordOrBuilder >
dapatkanAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
abstrak panjang
dapatkanAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
Tali abstrak
dapatkan Nama Pengalokasi ()
string allocator_name = 1;
abstrak com.google.protobuf.ByteString
dapatkanAllocatorNameBytes ()
string allocator_name = 1;
abstrak panjang
dapatkanLiveBytes ()
 The bytes that are not deallocated.
abstrak panjang
dapatkanPeakBytes ()
int64 peak_bytes = 3;
abstrak panjang
dapatkanTotalBytes ()
 These are per-node allocator memory stats.

Metode Publik

publik abstrak AllocationRecord getAllocationRecords (int indeks)

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

abstrak publik int getAllocationRecordsCount ()

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

Daftar abstrak publik< AllocationRecord > getAllocationRecordsList ()

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

abstrak publik AllocationRecordOrBuilder getAllocationRecordsOrBuilder (int indeks)

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

Daftar abstrak publik<? memperluas AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

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

abstrak publik getAllocatorBytesInUse panjang ()

 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;

String abstrak publik getAllocatorName ()

string allocator_name = 1;

abstrak publik com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

abstrak publik getLiveBytes panjang ()

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

getPeakBytes panjang abstrak publik ()

int64 peak_bytes = 3;

abstrak publik getTotalBytes panjang ()

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