MemoryStats

public final class MemoryStats

 For memory tracking.
 
Protobuf type tensorflow.MemoryStats

Nested Classes

class MemoryStats.Builder
 For memory tracking. 

Constants

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

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
org.tensorflow.proto.framework.MemoryStatsOrBuilder
abstract long
getDevicePersistentMemorySize()
int64 device_persistent_memory_size = 4 [deprecated = true];
abstract long
getDevicePersistentTensorAllocIds(int index)
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
abstract int
getDevicePersistentTensorAllocIdsCount()
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
abstract List<Long>
getDevicePersistentTensorAllocIdsList()
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
abstract long
getDeviceTempMemorySize()
int64 device_temp_memory_size = 2 [deprecated = true];
abstract long
getPersistentMemorySize()
int64 persistent_memory_size = 3;
abstract long
getPersistentTensorAllocIds(int index)
repeated int64 persistent_tensor_alloc_ids = 5;
abstract int
getPersistentTensorAllocIdsCount()
repeated int64 persistent_tensor_alloc_ids = 5;
abstract List<Long>
getPersistentTensorAllocIdsList()
repeated int64 persistent_tensor_alloc_ids = 5;
abstract long
getTempMemorySize()
int64 temp_memory_size = 1;

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