public interface AllocatorMemoryUsedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AllocationRecord |
getAllocationRecords(int index)
The allocation and deallocation timeline.
|
int |
getAllocationRecordsCount()
The allocation and deallocation timeline.
|
java.util.List<AllocationRecord> |
getAllocationRecordsList()
The allocation and deallocation timeline.
|
AllocationRecordOrBuilder |
getAllocationRecordsOrBuilder(int index)
The allocation and deallocation timeline.
|
java.util.List<? extends AllocationRecordOrBuilder> |
getAllocationRecordsOrBuilderList()
The allocation and deallocation timeline.
|
long |
getAllocatorBytesInUse()
These are snapshots of the overall allocator memory stats.
|
java.lang.String |
getAllocatorName()
string allocator_name = 1; |
com.google.protobuf.ByteString |
getAllocatorNameBytes()
string allocator_name = 1; |
long |
getLiveBytes()
The bytes that are not deallocated.
|
long |
getPeakBytes()
int64 peak_bytes = 3; |
long |
getTotalBytes()
These are per-node allocator memory stats.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getAllocatorName()
string allocator_name = 1;com.google.protobuf.ByteString getAllocatorNameBytes()
string allocator_name = 1;long getTotalBytes()
These are per-node allocator memory stats.
int64 total_bytes = 2;long getPeakBytes()
int64 peak_bytes = 3;long getLiveBytes()
The bytes that are not deallocated.
int64 live_bytes = 4;java.util.List<AllocationRecord> getAllocationRecordsList()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;AllocationRecord getAllocationRecords(int index)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;int getAllocationRecordsCount()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;java.util.List<? extends AllocationRecordOrBuilder> getAllocationRecordsOrBuilderList()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;AllocationRecordOrBuilder getAllocationRecordsOrBuilder(int index)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;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;