AllocatorMemoryUsedOrBuilder

общедоступный интерфейс AllocatorMemoryUsedOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная запись распределения
getAllocationRecords (индекс int)
 The allocation and deallocation timeline.
абстрактный int
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
абстрактный список <AllocationRecord>
getAllocationRecordsList ()
 The allocation and deallocation timeline.
абстрактное выделениерекордорбилдер
getAllocationRecordsOrBuilder (индекс int)
 The allocation and deallocation timeline.
абстрактный список<? расширяет AllocationRecordOrBuilder >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
абстрактный длинный
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
абстрактная строка
получитьимяаллокатора ()
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;

общедоступный абстрактный 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)

 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;