MemoryStats

public final class MemoryStats

 For memory tracking.
 
Protobuf type tensorflow.MemoryStats

Nested Classes

class MemoryStats.Builder
 For memory tracking. 

Constants

int DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
int DEVICE_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER
int DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER
int PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
int PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER
int TEMP_MEMORY_SIZE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static MemoryStats
MemoryStats
final static com.google.protobuf.Descriptors.Descriptor
long
getDevicePersistentMemorySize()
int64 device_persistent_memory_size = 4 [deprecated = true];
long
getDevicePersistentTensorAllocIds(int index)
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
int
getDevicePersistentTensorAllocIdsCount()
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
List<Long>
getDevicePersistentTensorAllocIdsList()
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
long
getDeviceTempMemorySize()
int64 device_temp_memory_size = 2 [deprecated = true];
long
getPersistentMemorySize()
int64 persistent_memory_size = 3;
long
getPersistentTensorAllocIds(int index)
repeated int64 persistent_tensor_alloc_ids = 5;
int
getPersistentTensorAllocIdsCount()
repeated int64 persistent_tensor_alloc_ids = 5;
List<Long>
getPersistentTensorAllocIdsList()
repeated int64 persistent_tensor_alloc_ids = 5;
int
long
getTempMemorySize()
int64 temp_memory_size = 1;
final com.google.protobuf.UnknownFieldSet
int
final boolean
static MemoryStats.Builder
newBuilder(MemoryStats prototype)
static MemoryStats.Builder
MemoryStats.Builder
static MemoryStats
parseDelimitedFrom(InputStream input)
static MemoryStats
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryStats
parseFrom(ByteBuffer data)
static MemoryStats
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryStats
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryStats
parseFrom(com.google.protobuf.CodedInputStream input)
static MemoryStats
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryStats
parseFrom(com.google.protobuf.ByteString data)
static MemoryStats
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryStats
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
MemoryStats.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER

Constant Value: 4

public static final int DEVICE_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER

Constant Value: 6

public static final int DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER

Constant Value: 2

public static final int PERSISTENT_MEMORY_SIZE_FIELD_NUMBER

Constant Value: 3

public static final int PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER

Constant Value: 5

public static final int TEMP_MEMORY_SIZE_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static MemoryStats getDefaultInstance ()

public MemoryStats getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public long getDevicePersistentMemorySize ()

int64 device_persistent_memory_size = 4 [deprecated = true];

public long getDevicePersistentTensorAllocIds (int index)

repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];

public int getDevicePersistentTensorAllocIdsCount ()

repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];

public List<Long> getDevicePersistentTensorAllocIdsList ()

repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];

public long getDeviceTempMemorySize ()

int64 device_temp_memory_size = 2 [deprecated = true];

public getParserForType ()

public long getPersistentMemorySize ()

int64 persistent_memory_size = 3;

public long getPersistentTensorAllocIds (int index)

repeated int64 persistent_tensor_alloc_ids = 5;

public int getPersistentTensorAllocIdsCount ()

repeated int64 persistent_tensor_alloc_ids = 5;

public List<Long> getPersistentTensorAllocIdsList ()

repeated int64 persistent_tensor_alloc_ids = 5;

public int getSerializedSize ()

public long getTempMemorySize ()

int64 temp_memory_size = 1;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static MemoryStats.Builder newBuilder (MemoryStats prototype)

public static MemoryStats.Builder newBuilder ()

public MemoryStats.Builder newBuilderForType ()

public static MemoryStats parseDelimitedFrom (InputStream input)

Throws
IOException

public static MemoryStats parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static MemoryStats parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static MemoryStats parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static MemoryStats parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static MemoryStats parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static MemoryStats parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static MemoryStats parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static MemoryStats parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static MemoryStats parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public MemoryStats.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException