public final class AllocatorMemoryUsed extends org.nd4j.shade.protobuf.GeneratedMessageV3 implements AllocatorMemoryUsedOrBuilder
tensorflow.AllocatorMemoryUsed| Modifier and Type | Class and Description |
|---|---|
static class |
AllocatorMemoryUsed.Builder
Protobuf type
tensorflow.AllocatorMemoryUsed |
org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable, org.nd4j.shade.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(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; |
org.nd4j.shade.protobuf.ByteString |
getAllocatorNameBytes()
string allocator_name = 1; |
static AllocatorMemoryUsed |
getDefaultInstance() |
AllocatorMemoryUsed |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getLiveBytes()
The bytes that are not deallocated.
|
org.nd4j.shade.protobuf.Parser<AllocatorMemoryUsed> |
getParserForType() |
long |
getPeakBytes()
int64 peak_bytes = 3; |
int |
getSerializedSize() |
long |
getTotalBytes()
These are per-node allocator memory stats.
|
org.nd4j.shade.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AllocatorMemoryUsed.Builder |
newBuilder() |
static AllocatorMemoryUsed.Builder |
newBuilder(AllocatorMemoryUsed prototype) |
AllocatorMemoryUsed.Builder |
newBuilderForType() |
protected AllocatorMemoryUsed.Builder |
newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AllocatorMemoryUsed |
parseDelimitedFrom(InputStream input) |
static AllocatorMemoryUsed |
parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(byte[] data) |
static AllocatorMemoryUsed |
parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(ByteBuffer data) |
static AllocatorMemoryUsed |
parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static AllocatorMemoryUsed |
parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static AllocatorMemoryUsed |
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static AllocatorMemoryUsed |
parseFrom(InputStream input) |
static AllocatorMemoryUsed |
parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.nd4j.shade.protobuf.Parser<AllocatorMemoryUsed> |
parser() |
AllocatorMemoryUsed.Builder |
toBuilder() |
void |
writeTo(org.nd4j.shade.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 Object newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class org.nd4j.shade.protobuf.GeneratedMessageV3public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.nd4j.shade.protobuf.MessageOrBuildergetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3public String getAllocatorName()
string allocator_name = 1;getAllocatorName in interface AllocatorMemoryUsedOrBuilderpublic org.nd4j.shade.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 List<AllocationRecord> getAllocationRecordsList()
The allocation and deallocation timeline.
repeated .tensorflow.AllocationRecord allocation_records = 6;getAllocationRecordsList in interface AllocatorMemoryUsedOrBuilderpublic 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 org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.nd4j.shade.protobuf.MessageLitewriteTo in class org.nd4j.shade.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.nd4j.shade.protobuf.MessageLitegetSerializedSize in class org.nd4j.shade.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.nd4j.shade.protobuf.Messageequals in class org.nd4j.shade.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.nd4j.shade.protobuf.MessagehashCode in class org.nd4j.shade.protobuf.AbstractMessagepublic static AllocatorMemoryUsed parseFrom(ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static AllocatorMemoryUsed parseFrom(InputStream input) throws IOException
IOExceptionpublic static AllocatorMemoryUsed parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AllocatorMemoryUsed parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AllocatorMemoryUsed parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AllocatorMemoryUsed parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AllocatorMemoryUsed parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AllocatorMemoryUsed.Builder newBuilderForType()
newBuilderForType in interface org.nd4j.shade.protobuf.MessagenewBuilderForType in interface org.nd4j.shade.protobuf.MessageLitepublic static AllocatorMemoryUsed.Builder newBuilder()
public static AllocatorMemoryUsed.Builder newBuilder(AllocatorMemoryUsed prototype)
public AllocatorMemoryUsed.Builder toBuilder()
toBuilder in interface org.nd4j.shade.protobuf.MessagetoBuilder in interface org.nd4j.shade.protobuf.MessageLiteprotected AllocatorMemoryUsed.Builder newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.nd4j.shade.protobuf.GeneratedMessageV3public static AllocatorMemoryUsed getDefaultInstance()
public static org.nd4j.shade.protobuf.Parser<AllocatorMemoryUsed> parser()
public org.nd4j.shade.protobuf.Parser<AllocatorMemoryUsed> getParserForType()
getParserForType in interface org.nd4j.shade.protobuf.MessagegetParserForType in interface org.nd4j.shade.protobuf.MessageLitegetParserForType in class org.nd4j.shade.protobuf.GeneratedMessageV3public AllocatorMemoryUsed getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.