AllocatorMemoryUsedOrBuilder

genel arayüz AllocatorMemoryUsedOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

Özet Tahsis Kaydı
getAllocationRecords (int dizini)
 The allocation and deallocation timeline.
soyut int
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
özet Liste< TahsisKayıt >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
özet AllocationRecordOrBuilder
getAllocationRecordsOrBuilder (int dizini)
 The allocation and deallocation timeline.
Özet Liste<? AllocationRecordOrBuilder'ı genişletir >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
soyut uzun
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
soyut Dize
getAllocatorName ()
string allocator_name = 1;
abstract com.google.protobuf.ByteString
getAllocatorNameBytes ()
string allocator_name = 1;
soyut uzun
getLiveBytes ()
 The bytes that are not deallocated.
soyut uzun
getPeakBytes ()
int64 peak_bytes = 3;
soyut uzun
getTotalBytes ()
 These are per-node allocator memory stats.

Genel Yöntemler

genel özet AllocationRecord getAllocationRecords (int dizini)

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

genel özet int getAllocationRecordsCount ()

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

genel özet Listesi< AllocationRecord > getAllocationRecordsList ()

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

genel özet AllocationRecordOrBuilder getAllocationRecordsOrBuilder (int dizini)

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

genel özet listesi<? AllocationRecordOrBuilder'ı genişletir > getAllocationRecordsOrBuilderList ()

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

genel özet uzun 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;

genel özet Dize getAllocatorName ()

string allocator_name = 1;

genel özet com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

genel özet uzun getLiveBytes ()

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

genel özet uzun getPeakBytes ()

int64 peak_bytes = 3;

genel özet uzun getTotalBytes ()

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