public final class
AllocatorMemoryUsed
Protobuf type tensorflow.AllocatorMemoryUsed
Nested Classes
class | AllocatorMemoryUsed.Builder | Protobuf type tensorflow.AllocatorMemoryUsed
|
Constants
int | ALLOCATION_RECORDS_FIELD_NUMBER | |
int | ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER | |
int | ALLOCATOR_NAME_FIELD_NUMBER | |
int | LIVE_BYTES_FIELD_NUMBER | |
int | PEAK_BYTES_FIELD_NUMBER | |
int | TOTAL_BYTES_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
AllocationRecord |
getAllocationRecords(int index)
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;
|
static AllocatorMemoryUsed | |
AllocatorMemoryUsed | |
final static com.google.protobuf.Descriptors.Descriptor | |
long |
getLiveBytes()
The bytes that are not deallocated. |
|
|
long |
getPeakBytes()
int64 peak_bytes = 3;
|
int | |
long |
getTotalBytes()
These are per-node allocator memory stats. |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static AllocatorMemoryUsed.Builder |
newBuilder(AllocatorMemoryUsed prototype)
|
static AllocatorMemoryUsed.Builder | |
AllocatorMemoryUsed.Builder | |
static AllocatorMemoryUsed |
parseDelimitedFrom(InputStream input)
|
static AllocatorMemoryUsed |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AllocatorMemoryUsed |
parseFrom(ByteBuffer data)
|
static AllocatorMemoryUsed |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AllocatorMemoryUsed |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AllocatorMemoryUsed |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static AllocatorMemoryUsed |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AllocatorMemoryUsed |
parseFrom(com.google.protobuf.ByteString data)
|
static AllocatorMemoryUsed |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AllocatorMemoryUsed |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
AllocatorMemoryUsed.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ALLOCATION_RECORDS_FIELD_NUMBER
Constant Value:
6
public static final int ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER
Constant Value:
5
public static final int ALLOCATOR_NAME_FIELD_NUMBER
Constant Value:
1
public static final int LIVE_BYTES_FIELD_NUMBER
Constant Value:
4
public static final int PEAK_BYTES_FIELD_NUMBER
Constant Value:
3
public static final int TOTAL_BYTES_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public AllocationRecord getAllocationRecords (int index)
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public long getLiveBytes ()
The bytes that are not deallocated.
int64 live_bytes = 4;
public
getParserForType
()
public long getPeakBytes ()
int64 peak_bytes = 3;
public int getSerializedSize ()
public long getTotalBytes ()
These are per-node allocator memory stats.
int64 total_bytes = 2;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static AllocatorMemoryUsed parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static AllocatorMemoryUsed parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static AllocatorMemoryUsed parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static AllocatorMemoryUsed parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static AllocatorMemoryUsed parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static AllocatorMemoryUsed parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static AllocatorMemoryUsed parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static AllocatorMemoryUsed parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|