public final class AllocatorMemoryUsed extends com.google.protobuf.GeneratedMessageV3 implements AllocatorMemoryUsedOrBuilder
tensorflow.AllocatorMemoryUsed| Modifier and Type | Class and Description |
|---|---|
static class |
AllocatorMemoryUsed.Builder
Protobuf type
tensorflow.AllocatorMemoryUsed |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOCATION_RECORDS_FIELD_NUMBER |
static int |
ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER |
static int |
ALLOCATOR_NAME_FIELD_NUMBER |
static int |
LIVE_BYTES_FIELD_NUMBER |
static int |
PEAK_BYTES_FIELD_NUMBER |
static int |
TOTAL_BYTES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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; |
static AllocatorMemoryUsed |
getDefaultInstance() |
AllocatorMemoryUsed |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getLiveBytes()
The bytes that are not deallocated.
|
com.google.protobuf.Parser<AllocatorMemoryUsed> |
getParserForType() |
long |
getPeakBytes()
int64 peak_bytes = 3; |
int |
getSerializedSize() |
long |
getTotalBytes()
These are per-node allocator memory stats.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AllocatorMemoryUsed.Builder |
newBuilder() |
static AllocatorMemoryUsed.Builder |
newBuilder(AllocatorMemoryUsed prototype) |
AllocatorMemoryUsed.Builder |
newBuilderForType() |
protected AllocatorMemoryUsed.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AllocatorMemoryUsed |
parseDelimitedFrom(java.io.InputStream input) |
static AllocatorMemoryUsed |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(byte[] data) |
static AllocatorMemoryUsed |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(java.nio.ByteBuffer data) |
static AllocatorMemoryUsed |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(com.google.protobuf.ByteString data) |
static AllocatorMemoryUsed |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AllocatorMemoryUsed |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(java.io.InputStream input) |
static AllocatorMemoryUsed |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AllocatorMemoryUsed> |
parser() |
AllocatorMemoryUsed.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ALLOCATOR_NAME_FIELD_NUMBER
public static final int TOTAL_BYTES_FIELD_NUMBER
public static final int PEAK_BYTES_FIELD_NUMBER
public static final int LIVE_BYTES_FIELD_NUMBER
public static final int ALLOCATION_RECORDS_FIELD_NUMBER
public static final int ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getAllocatorName()
string allocator_name = 1;getAllocatorName in interface AllocatorMemoryUsedOrBuilderpublic com.google.protobuf.ByteString getAllocatorNameBytes()
string allocator_name = 1;getAllocatorNameBytes in interface AllocatorMemoryUsedOrBuilderpublic long getTotalBytes()
These are per-node allocator memory stats.
int64 total_bytes = 2;getTotalBytes in interface AllocatorMemoryUsedOrBuilderpublic long getPeakBytes()
int64 peak_bytes = 3;getPeakBytes in interface AllocatorMemoryUsedOrBuilderpublic long getLiveBytes()
The bytes that are not deallocated.
int64 live_bytes = 4;getLiveBytes in interface AllocatorMemoryUsedOrBuilderpublic java.util.List<AllocationRecord> getAllocationRecordsList()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;getAllocationRecordsList in interface AllocatorMemoryUsedOrBuilderpublic java.util.List<? extends AllocationRecordOrBuilder> getAllocationRecordsOrBuilderList()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;getAllocationRecordsOrBuilderList in interface AllocatorMemoryUsedOrBuilderpublic int getAllocationRecordsCount()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;getAllocationRecordsCount in interface AllocatorMemoryUsedOrBuilderpublic AllocationRecord getAllocationRecords(int index)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;getAllocationRecords in interface AllocatorMemoryUsedOrBuilderpublic AllocationRecordOrBuilder getAllocationRecordsOrBuilder(int index)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;getAllocationRecordsOrBuilder in interface AllocatorMemoryUsedOrBuilderpublic 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;getAllocatorBytesInUse in interface AllocatorMemoryUsedOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AllocatorMemoryUsed parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AllocatorMemoryUsed parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AllocatorMemoryUsed parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AllocatorMemoryUsed parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AllocatorMemoryUsed parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AllocatorMemoryUsed parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic AllocatorMemoryUsed.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AllocatorMemoryUsed.Builder newBuilder()
public static AllocatorMemoryUsed.Builder newBuilder(AllocatorMemoryUsed prototype)
public AllocatorMemoryUsed.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AllocatorMemoryUsed.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AllocatorMemoryUsed getDefaultInstance()
public static com.google.protobuf.Parser<AllocatorMemoryUsed> parser()
public com.google.protobuf.Parser<AllocatorMemoryUsed> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AllocatorMemoryUsed getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder