public static final class
AllocatorMemoryUsed.Builder
Protobuf type tensorflow.AllocatorMemoryUsed
Public Methods
AllocatorMemoryUsed.Builder |
addAllAllocationRecords(Iterable<? extends AllocationRecord> values)
The allocation and deallocation timeline. |
AllocatorMemoryUsed.Builder |
addAllocationRecords(AllocationRecord.Builder builderForValue)
The allocation and deallocation timeline. |
AllocatorMemoryUsed.Builder |
addAllocationRecords(int index, AllocationRecord.Builder builderForValue)
The allocation and deallocation timeline. |
AllocatorMemoryUsed.Builder | |
AllocatorMemoryUsed.Builder | |
AllocationRecord.Builder |
addAllocationRecordsBuilder()
The allocation and deallocation timeline. |
AllocationRecord.Builder |
addAllocationRecordsBuilder(int index)
The allocation and deallocation timeline. |
AllocatorMemoryUsed.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
AllocatorMemoryUsed |
build()
|
AllocatorMemoryUsed | |
AllocatorMemoryUsed.Builder |
clear()
|
AllocatorMemoryUsed.Builder |
clearAllocationRecords()
The allocation and deallocation timeline. |
AllocatorMemoryUsed.Builder |
clearAllocatorBytesInUse()
These are snapshots of the overall allocator memory stats. |
AllocatorMemoryUsed.Builder |
clearAllocatorName()
string allocator_name = 1;
|
AllocatorMemoryUsed.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
AllocatorMemoryUsed.Builder |
clearLiveBytes()
The bytes that are not deallocated. |
AllocatorMemoryUsed.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
AllocatorMemoryUsed.Builder |
clearPeakBytes()
int64 peak_bytes = 3;
|
AllocatorMemoryUsed.Builder |
clearTotalBytes()
These are per-node allocator memory stats. |
AllocatorMemoryUsed.Builder |
clone()
|
AllocationRecord |
getAllocationRecords(int index)
The allocation and deallocation timeline. |
AllocationRecord.Builder |
getAllocationRecordsBuilder(int index)
The allocation and deallocation timeline. |
List<AllocationRecord.Builder> |
getAllocationRecordsBuilderList()
The allocation and deallocation timeline. |
int |
getAllocationRecordsCount()
The allocation and deallocation timeline. |
List<AllocationRecord> |
getAllocationRecordsList()
The allocation and deallocation timeline. |
AllocationRecordOrBuilder |
getAllocationRecordsOrBuilder(int index)
The allocation and deallocation timeline. |
List<? extends AllocationRecordOrBuilder> |
getAllocationRecordsOrBuilderList()
The allocation and deallocation timeline. |
long |
getAllocatorBytesInUse()
These are snapshots of the overall allocator memory stats. |
String |
getAllocatorName()
string allocator_name = 1;
|
com.google.protobuf.ByteString |
getAllocatorNameBytes()
string allocator_name = 1;
|
AllocatorMemoryUsed | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
long |
getLiveBytes()
The bytes that are not deallocated. |
long |
getPeakBytes()
int64 peak_bytes = 3;
|
long |
getTotalBytes()
These are per-node allocator memory stats. |
final boolean | |
AllocatorMemoryUsed.Builder |
mergeFrom(com.google.protobuf.Message other)
|
AllocatorMemoryUsed.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
final AllocatorMemoryUsed.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
AllocatorMemoryUsed.Builder |
removeAllocationRecords(int index)
The allocation and deallocation timeline. |
AllocatorMemoryUsed.Builder | |
AllocatorMemoryUsed.Builder |
setAllocationRecords(int index, AllocationRecord.Builder builderForValue)
The allocation and deallocation timeline. |
AllocatorMemoryUsed.Builder |
setAllocatorBytesInUse(long value)
These are snapshots of the overall allocator memory stats. |
AllocatorMemoryUsed.Builder |
setAllocatorName(String value)
string allocator_name = 1;
|
AllocatorMemoryUsed.Builder |
setAllocatorNameBytes(com.google.protobuf.ByteString value)
string allocator_name = 1;
|
AllocatorMemoryUsed.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
AllocatorMemoryUsed.Builder |
setLiveBytes(long value)
The bytes that are not deallocated. |
AllocatorMemoryUsed.Builder |
setPeakBytes(long value)
int64 peak_bytes = 3;
|
AllocatorMemoryUsed.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
AllocatorMemoryUsed.Builder |
setTotalBytes(long value)
These are per-node allocator memory stats. |
final AllocatorMemoryUsed.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public AllocatorMemoryUsed.Builder addAllAllocationRecords (Iterable<? extends AllocationRecord> values)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;
public AllocatorMemoryUsed.Builder addAllocationRecords (AllocationRecord.Builder builderForValue)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;
public AllocatorMemoryUsed.Builder addAllocationRecords (int index, AllocationRecord.Builder builderForValue)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;
public AllocatorMemoryUsed.Builder addAllocationRecords (int index, AllocationRecord value)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;