public final class MemoryStats extends com.github.os72.protobuf351.GeneratedMessageV3 implements MemoryStatsOrBuilder
For memory tracking.Protobuf type
tensorflow.MemoryStats| Modifier and Type | Class and Description |
|---|---|
static class |
MemoryStats.Builder
For memory tracking.
|
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER |
static int |
DEVICE_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER |
static int |
DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER |
static int |
HOST_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER |
static int |
HOST_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER |
static int |
HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MemoryStats |
getDefaultInstance() |
MemoryStats |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
long |
getDevicePersistentMemorySize()
int64 device_persistent_memory_size = 4; |
long |
getDevicePersistentTensorAllocIds(int index)
repeated int64 device_persistent_tensor_alloc_ids = 6; |
int |
getDevicePersistentTensorAllocIdsCount()
repeated int64 device_persistent_tensor_alloc_ids = 6; |
List<Long> |
getDevicePersistentTensorAllocIdsList()
repeated int64 device_persistent_tensor_alloc_ids = 6; |
long |
getDeviceTempMemorySize()
int64 device_temp_memory_size = 2; |
long |
getHostPersistentMemorySize()
int64 host_persistent_memory_size = 3; |
long |
getHostPersistentTensorAllocIds(int index)
repeated int64 host_persistent_tensor_alloc_ids = 5; |
int |
getHostPersistentTensorAllocIdsCount()
repeated int64 host_persistent_tensor_alloc_ids = 5; |
List<Long> |
getHostPersistentTensorAllocIdsList()
repeated int64 host_persistent_tensor_alloc_ids = 5; |
long |
getHostTempMemorySize()
int64 host_temp_memory_size = 1; |
com.github.os72.protobuf351.Parser<MemoryStats> |
getParserForType() |
int |
getSerializedSize() |
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MemoryStats.Builder |
newBuilder() |
static MemoryStats.Builder |
newBuilder(MemoryStats prototype) |
MemoryStats.Builder |
newBuilderForType() |
protected MemoryStats.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static MemoryStats |
parseDelimitedFrom(InputStream input) |
static MemoryStats |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static MemoryStats |
parseFrom(byte[] data) |
static MemoryStats |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static MemoryStats |
parseFrom(ByteBuffer data) |
static MemoryStats |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static MemoryStats |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static MemoryStats |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static MemoryStats |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static MemoryStats |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static MemoryStats |
parseFrom(InputStream input) |
static MemoryStats |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<MemoryStats> |
parser() |
MemoryStats.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, 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 HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER
public static final int DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER
public static final int HOST_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
public static final int DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
public static final int HOST_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER
public static final int DEVICE_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.github.os72.protobuf351.MessageOrBuildergetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3public long getHostTempMemorySize()
int64 host_temp_memory_size = 1;getHostTempMemorySize in interface MemoryStatsOrBuilderpublic long getDeviceTempMemorySize()
int64 device_temp_memory_size = 2;getDeviceTempMemorySize in interface MemoryStatsOrBuilderpublic long getHostPersistentMemorySize()
int64 host_persistent_memory_size = 3;getHostPersistentMemorySize in interface MemoryStatsOrBuilderpublic long getDevicePersistentMemorySize()
int64 device_persistent_memory_size = 4;getDevicePersistentMemorySize in interface MemoryStatsOrBuilderpublic List<Long> getHostPersistentTensorAllocIdsList()
repeated int64 host_persistent_tensor_alloc_ids = 5;getHostPersistentTensorAllocIdsList in interface MemoryStatsOrBuilderpublic int getHostPersistentTensorAllocIdsCount()
repeated int64 host_persistent_tensor_alloc_ids = 5;getHostPersistentTensorAllocIdsCount in interface MemoryStatsOrBuilderpublic long getHostPersistentTensorAllocIds(int index)
repeated int64 host_persistent_tensor_alloc_ids = 5;getHostPersistentTensorAllocIds in interface MemoryStatsOrBuilderpublic List<Long> getDevicePersistentTensorAllocIdsList()
repeated int64 device_persistent_tensor_alloc_ids = 6;getDevicePersistentTensorAllocIdsList in interface MemoryStatsOrBuilderpublic int getDevicePersistentTensorAllocIdsCount()
repeated int64 device_persistent_tensor_alloc_ids = 6;getDevicePersistentTensorAllocIdsCount in interface MemoryStatsOrBuilderpublic long getDevicePersistentTensorAllocIds(int index)
repeated int64 device_persistent_tensor_alloc_ids = 6;getDevicePersistentTensorAllocIds in interface MemoryStatsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3public void writeTo(com.github.os72.protobuf351.CodedOutputStream output)
throws IOException
writeTo in interface com.github.os72.protobuf351.MessageLitewriteTo in class com.github.os72.protobuf351.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.github.os72.protobuf351.MessageLitegetSerializedSize in class com.github.os72.protobuf351.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.github.os72.protobuf351.Messageequals in class com.github.os72.protobuf351.AbstractMessagepublic int hashCode()
hashCode in interface com.github.os72.protobuf351.MessagehashCode in class com.github.os72.protobuf351.AbstractMessagepublic static MemoryStats parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static MemoryStats parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static MemoryStats parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static MemoryStats parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static MemoryStats parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static MemoryStats parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static MemoryStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static MemoryStats parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MemoryStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MemoryStats parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MemoryStats parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static MemoryStats parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic MemoryStats.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static MemoryStats.Builder newBuilder()
public static MemoryStats.Builder newBuilder(MemoryStats prototype)
public MemoryStats.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected MemoryStats.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static MemoryStats getDefaultInstance()
public static com.github.os72.protobuf351.Parser<MemoryStats> parser()
public com.github.os72.protobuf351.Parser<MemoryStats> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public MemoryStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.