interfaccia pubblica AllocatorMemoryUsedOrBuilder
| Sottoclassi indirette conosciute |
Metodi pubblici
| record di allocazione astratto | getAllocationRecords (indice int) The allocation and deallocation timeline. |
| astratto int | getAllocationRecordsCount () The allocation and deallocation timeline. |
| Elenco astratto< AllocationRecord > | getAllocationRecordsList () The allocation and deallocation timeline. |
| abstract AllocationRecordOrBuilder | getAllocationRecordsOrBuilder (indice int) The allocation and deallocation timeline. |
| Elenco astratto<? estende AllocationRecordOrBuilder > | getAllocationRecordsOrBuilderList () The allocation and deallocation timeline. |
| astratto lungo | getAllocatorBytesInUse () These are snapshots of the overall allocator memory stats. |
| stringa astratta | getAllocatorName () string allocator_name = 1; |
| astratto com.google.protobuf.ByteString | getAllocatorNameBytes () string allocator_name = 1; |
| astratto lungo | getLiveBytes () The bytes that are not deallocated. |
| astratto lungo | getPeakBytes () int64 peak_bytes = 3; |
| astratto lungo | getTotalBytes () These are per-node allocator memory stats. |
Metodi pubblici
public abstract AllocationRecord getAllocationRecords (indice int)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; public abstract int getAllocationRecordsCount ()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; elenco astratto pubblico < AllocationRecord > getAllocationRecordsList ()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; public abstract AllocationRecordOrBuilder getAllocationRecordsOrBuilder (indice int)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; Elenco abstract pubblico<? estende AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6; pubblico astratto lungo 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; public abstract String getAllocatorName ()
string allocator_name = 1;
abstract pubblico com.google.protobuf.ByteString getAllocatorNameBytes ()
string allocator_name = 1;
pubblico astratto lungo getLiveBytes ()
The bytes that are not deallocated.
int64 live_bytes = 4; pubblico astratto lungo getPeakBytes ()
int64 peak_bytes = 3;
pubblico astratto lungo getTotalBytes ()
These are per-node allocator memory stats.
int64 total_bytes = 2;