interfaz pública AllocatorMemoryUsedOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| registro de asignación abstracto | getAllocationRecords (índice int) The allocation and deallocation timeline. |
| resumen entero | getAllocationRecordsCount () The allocation and deallocation timeline. |
| Lista abstracta < Registro de asignación > | obtener lista de registros de asignación () The allocation and deallocation timeline. |
| resumen AllocationRecordOrBuilder | getAllocationRecordsOrBuilder (índice int) The allocation and deallocation timeline. |
| Lista abstracta<? extiende AllocationRecordOrBuilder > | getAllocationRecordsOrBuilderList () The allocation and deallocation timeline. |
| abstracto largo | getAllocatorBytesInUse () These are snapshots of the overall allocator memory stats. |
| cadena abstracta | getAllocatorName () string allocator_name = 1; |
| resumen com.google.protobuf.ByteString | getAllocatorNameBytes () string allocator_name = 1; |
| abstracto largo | obtenerLiveBytes () The bytes that are not deallocated. |
| abstracto largo | obtenerPeakBytes () int64 peak_bytes = 3; |
| abstracto largo | obtenerTotalBytes () These are per-node allocator memory stats. |
Métodos públicos
resumen público AllocationRecord getAllocationRecords (índice int)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; resumen público int getAllocationRecordsCount ()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; Lista de resumen público <AllocationRecord> getAllocationRecordsList ()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; resumen público AllocationRecordOrBuilder getAllocationRecordsOrBuilder (índice int)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; Lista de resúmenes públicos <? extiende AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; getAllocatorBytesInUse largo abstracto público ()
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; Cadena abstracta pública getAllocatorName ()
string allocator_name = 1;
resumen público com.google.protobuf.ByteString getAllocatorNameBytes ()
string allocator_name = 1;
resumen público largo getLiveBytes ()
The bytes that are not deallocated.
int64 live_bytes = 4; getPeakBytes largo abstracto público ()
int64 peak_bytes = 3;
resumen público largo getTotalBytes ()
These are per-node allocator memory stats.
int64 total_bytes = 2;