AllocatorMemoryUsed.Builder

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
addAllocationRecords(int index, AllocationRecord value)
 The allocation and deallocation timeline.
AllocatorMemoryUsed.Builder
addAllocationRecords(AllocationRecord value)
 The allocation and deallocation timeline.
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
setAllocationRecords(int index, AllocationRecord value)
 The allocation and deallocation timeline.
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;

public AllocatorMemoryUsed.Builder addAllocationRecords (AllocationRecord value)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocationRecord.Builder addAllocationRecordsBuilder ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocationRecord.Builder addAllocationRecordsBuilder (int index)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocatorMemoryUsed.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public AllocatorMemoryUsed build ()

public AllocatorMemoryUsed buildPartial ()

public AllocatorMemoryUsed.Builder clear ()

public AllocatorMemoryUsed.Builder clearAllocationRecords ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocatorMemoryUsed.Builder clearAllocatorBytesInUse ()

 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 AllocatorMemoryUsed.Builder clearAllocatorName ()

string allocator_name = 1;

public AllocatorMemoryUsed.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public AllocatorMemoryUsed.Builder clearLiveBytes ()

 The bytes that are not deallocated.
 
int64 live_bytes = 4;

public AllocatorMemoryUsed.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public AllocatorMemoryUsed.Builder clearPeakBytes ()

int64 peak_bytes = 3;

public AllocatorMemoryUsed.Builder clearTotalBytes ()

 These are per-node allocator memory stats.
 
int64 total_bytes = 2;

public AllocatorMemoryUsed.Builder clone ()

public AllocationRecord getAllocationRecords (int index)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocationRecord.Builder getAllocationRecordsBuilder (int index)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public List<AllocationRecord.Builder> getAllocationRecordsBuilderList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public int getAllocationRecordsCount ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public List<AllocationRecord> getAllocationRecordsList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocationRecordOrBuilder getAllocationRecordsOrBuilder (int index)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public List<? extends AllocationRecordOrBuilder> getAllocationRecordsOrBuilderList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public 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;

public String getAllocatorName ()

string allocator_name = 1;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

public AllocatorMemoryUsed getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public long getLiveBytes ()

 The bytes that are not deallocated.
 
int64 live_bytes = 4;

public long getPeakBytes ()

int64 peak_bytes = 3;

public long getTotalBytes ()

 These are per-node allocator memory stats.
 
int64 total_bytes = 2;

public final boolean isInitialized ()

public AllocatorMemoryUsed.Builder mergeFrom (com.google.protobuf.Message other)

public AllocatorMemoryUsed.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public final AllocatorMemoryUsed.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public AllocatorMemoryUsed.Builder removeAllocationRecords (int index)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocatorMemoryUsed.Builder setAllocationRecords (int index, AllocationRecord value)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocatorMemoryUsed.Builder setAllocationRecords (int index, AllocationRecord.Builder builderForValue)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocatorMemoryUsed.Builder setAllocatorBytesInUse (long value)

 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 AllocatorMemoryUsed.Builder setAllocatorName (String value)

string allocator_name = 1;

public AllocatorMemoryUsed.Builder setAllocatorNameBytes (com.google.protobuf.ByteString value)

string allocator_name = 1;

public AllocatorMemoryUsed.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public AllocatorMemoryUsed.Builder setLiveBytes (long value)

 The bytes that are not deallocated.
 
int64 live_bytes = 4;

public AllocatorMemoryUsed.Builder setPeakBytes (long value)

int64 peak_bytes = 3;

public AllocatorMemoryUsed.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public AllocatorMemoryUsed.Builder setTotalBytes (long value)

 These are per-node allocator memory stats.
 
int64 total_bytes = 2;

public final AllocatorMemoryUsed.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)