Package org.tensorflow.framework
Class AllocatorMemoryUsed
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.tensorflow.framework.AllocatorMemoryUsed
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,AllocatorMemoryUsedOrBuilder
public final class AllocatorMemoryUsed extends com.google.protobuf.GeneratedMessageV3 implements AllocatorMemoryUsedOrBuilder
Protobuf typetensorflow.AllocatorMemoryUsed- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllocatorMemoryUsed.BuilderProtobuf typetensorflow.AllocatorMemoryUsed-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intALLOCATION_RECORDS_FIELD_NUMBERstatic intALLOCATOR_BYTES_IN_USE_FIELD_NUMBERstatic intALLOCATOR_NAME_FIELD_NUMBERstatic intLIVE_BYTES_FIELD_NUMBERstatic intPEAK_BYTES_FIELD_NUMBERstatic intTOTAL_BYTES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AllocationRecordgetAllocationRecords(int index)The allocation and deallocation timeline.intgetAllocationRecordsCount()The allocation and deallocation timeline.java.util.List<AllocationRecord>getAllocationRecordsList()The allocation and deallocation timeline.AllocationRecordOrBuildergetAllocationRecordsOrBuilder(int index)The allocation and deallocation timeline.java.util.List<? extends AllocationRecordOrBuilder>getAllocationRecordsOrBuilderList()The allocation and deallocation timeline.longgetAllocatorBytesInUse()These are snapshots of the overall allocator memory stats.java.lang.StringgetAllocatorName()string allocator_name = 1;com.google.protobuf.ByteStringgetAllocatorNameBytes()string allocator_name = 1;static AllocatorMemoryUsedgetDefaultInstance()AllocatorMemoryUsedgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()longgetLiveBytes()The bytes that are not deallocated.com.google.protobuf.Parser<AllocatorMemoryUsed>getParserForType()longgetPeakBytes()int64 peak_bytes = 3;intgetSerializedSize()longgetTotalBytes()These are per-node allocator memory stats.com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static AllocatorMemoryUsed.BuildernewBuilder()static AllocatorMemoryUsed.BuildernewBuilder(AllocatorMemoryUsed prototype)AllocatorMemoryUsed.BuildernewBuilderForType()protected AllocatorMemoryUsed.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static AllocatorMemoryUsedparseDelimitedFrom(java.io.InputStream input)static AllocatorMemoryUsedparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocatorMemoryUsedparseFrom(byte[] data)static AllocatorMemoryUsedparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocatorMemoryUsedparseFrom(com.google.protobuf.ByteString data)static AllocatorMemoryUsedparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocatorMemoryUsedparseFrom(com.google.protobuf.CodedInputStream input)static AllocatorMemoryUsedparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocatorMemoryUsedparseFrom(java.io.InputStream input)static AllocatorMemoryUsedparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocatorMemoryUsedparseFrom(java.nio.ByteBuffer data)static AllocatorMemoryUsedparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<AllocatorMemoryUsed>parser()AllocatorMemoryUsed.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ALLOCATOR_NAME_FIELD_NUMBER
public static final int ALLOCATOR_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TOTAL_BYTES_FIELD_NUMBER
public static final int TOTAL_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PEAK_BYTES_FIELD_NUMBER
public static final int PEAK_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LIVE_BYTES_FIELD_NUMBER
public static final int LIVE_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOCATION_RECORDS_FIELD_NUMBER
public static final int ALLOCATION_RECORDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER
public static final int ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getAllocatorName
public java.lang.String getAllocatorName()
string allocator_name = 1;- Specified by:
getAllocatorNamein interfaceAllocatorMemoryUsedOrBuilder- Returns:
- The allocatorName.
-
getAllocatorNameBytes
public com.google.protobuf.ByteString getAllocatorNameBytes()
string allocator_name = 1;- Specified by:
getAllocatorNameBytesin interfaceAllocatorMemoryUsedOrBuilder- Returns:
- The bytes for allocatorName.
-
getTotalBytes
public long getTotalBytes()
These are per-node allocator memory stats.
int64 total_bytes = 2;- Specified by:
getTotalBytesin interfaceAllocatorMemoryUsedOrBuilder- Returns:
- The totalBytes.
-
getPeakBytes
public long getPeakBytes()
int64 peak_bytes = 3;- Specified by:
getPeakBytesin interfaceAllocatorMemoryUsedOrBuilder- Returns:
- The peakBytes.
-
getLiveBytes
public long getLiveBytes()
The bytes that are not deallocated.
int64 live_bytes = 4;- Specified by:
getLiveBytesin interfaceAllocatorMemoryUsedOrBuilder- Returns:
- The liveBytes.
-
getAllocationRecordsList
public java.util.List<AllocationRecord> getAllocationRecordsList()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;- Specified by:
getAllocationRecordsListin interfaceAllocatorMemoryUsedOrBuilder
-
getAllocationRecordsOrBuilderList
public java.util.List<? extends AllocationRecordOrBuilder> getAllocationRecordsOrBuilderList()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;- Specified by:
getAllocationRecordsOrBuilderListin interfaceAllocatorMemoryUsedOrBuilder
-
getAllocationRecordsCount
public int getAllocationRecordsCount()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;- Specified by:
getAllocationRecordsCountin interfaceAllocatorMemoryUsedOrBuilder
-
getAllocationRecords
public AllocationRecord getAllocationRecords(int index)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;- Specified by:
getAllocationRecordsin interfaceAllocatorMemoryUsedOrBuilder
-
getAllocationRecordsOrBuilder
public AllocationRecordOrBuilder getAllocationRecordsOrBuilder(int index)
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;- Specified by:
getAllocationRecordsOrBuilderin interfaceAllocatorMemoryUsedOrBuilder
-
getAllocatorBytesInUse
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;- Specified by:
getAllocatorBytesInUsein interfaceAllocatorMemoryUsedOrBuilder- Returns:
- The allocatorBytesInUse.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AllocatorMemoryUsed parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static AllocatorMemoryUsed parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static AllocatorMemoryUsed parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AllocatorMemoryUsed parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public AllocatorMemoryUsed.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AllocatorMemoryUsed.Builder newBuilder()
-
newBuilder
public static AllocatorMemoryUsed.Builder newBuilder(AllocatorMemoryUsed prototype)
-
toBuilder
public AllocatorMemoryUsed.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AllocatorMemoryUsed.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AllocatorMemoryUsed getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AllocatorMemoryUsed> parser()
-
getParserForType
public com.google.protobuf.Parser<AllocatorMemoryUsed> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AllocatorMemoryUsed getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-