AllocatorMemoryUsedOrBuilder

interfejs publiczny AllocatorMemoryUsedOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny rekord alokacji
getAllocationRecords (indeks int)
 The allocation and deallocation timeline.
streszczenie wew
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
lista abstrakcyjna< Rekord alokacji >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
streszczenie AllocationRecordOrBuilder
getAllocationRecordsOrBuilder (indeks int)
 The allocation and deallocation timeline.
lista abstrakcyjna<? rozszerza AllocationRecordOrBuilder >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
abstrakcyjne, długie
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
abstrakcyjny ciąg
getAllocatorName ()
string allocator_name = 1;
streszczenie com.google.protobuf.ByteString
getAllocatorNameBytes ()
string allocator_name = 1;
abstrakcyjne, długie
getLiveBytes ()
 The bytes that are not deallocated.
abstrakcyjne, długie
getPeakBytes ()
int64 peak_bytes = 3;
abstrakcyjne, długie
getTotalBytes ()
 These are per-node allocator memory stats.

Metody publiczne

publiczne streszczenie AllocationRecord getAllocationRecords (indeks int)

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

publiczne streszczenie int getAllocationRecordsCount ()

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

publiczna lista abstrakcyjna< AllocationRecord > getAllocationRecordsList ()

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

publiczne streszczenie AllocationRecordOrBuilder getAllocationRecordsOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

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

publiczne streszczenie długie 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;

publiczna abstrakcja String getAllocatorName ()

string allocator_name = 1;

publiczne streszczenie com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

publiczne streszczenie długie getLiveBytes ()

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

publiczne streszczenie długie getPeakBytes ()

int64 peak_bytes = 3;

publiczne streszczenie długie getTotalBytes ()

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