interfaz pública AllocatorMemoryUsedOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| AllocationRecord abstracto | getAllocationRecords (índice int) The allocation and deallocation timeline. |
| int abstracto | getAllocationRecordsCount () The allocation and deallocation timeline. |
| Lista de resumen < AllocationRecord > | getAllocationRecordsList () The allocation and deallocation timeline. |
| resumen AllocationRecordOrBuilder | getAllocationRecordsOrBuilder (índice int) The allocation and deallocation timeline. |
| Resumen Lista <? 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 | getLiveBytes () The bytes that are not deallocated. |
| abstracto largo | getPeakBytes () int64 peak_bytes = 3; |
| abstracto largo | getTotalBytes () These are per-node allocator memory stats. |
Métodos públicos
AllocationRecord abstracto público getAllocationRecords (índice int)
The allocation and deallocation timeline..tensorflow.AllocationRecord
repeated .tensorflow.AllocationRecord allocation_records = 6;public abstract int getAllocationRecordsCount ()
The allocation and deallocation timeline..tensorflow.AllocationRecord
repeated .tensorflow.AllocationRecord allocation_records = 6;Lista pública abstracta < AllocationRecord > getAllocationRecordsList ()
The allocation and deallocation timeline..tensorflow.AllocationRecord
repeated .tensorflow.AllocationRecord allocation_records = 6;resumen público AllocationRecordOrBuilder getAllocationRecordsOrBuilder (índice int)
The allocation and deallocation timeline..tensorflow.AllocationRecord
repeated .tensorflow.AllocationRecord allocation_records = 6;Lista de resumen público <? extiende AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()
The allocation and deallocation timeline..tensorflow.AllocationRecord
repeated .tensorflow.AllocationRecord allocation_records = 6;public abstract long 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;cadena abstracta pública getAllocatorName ()
string allocator_name = 1;
resumen público com.google.protobuf.ByteString getAllocatorNameBytes ()
string allocator_name = 1;
public abstract long getLiveBytes ()
The bytes that are not deallocated.
int64 live_bytes = 4;public abstract long getPeakBytes ()
int64 peak_bytes = 3;
public abstract long getTotalBytes ()
These are per-node allocator memory stats.
int64 total_bytes = 2;