public interface MemoryStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDevicePersistentMemorySize()
Deprecated.
|
long |
getDevicePersistentTensorAllocIds(int index)
Deprecated.
|
int |
getDevicePersistentTensorAllocIdsCount()
Deprecated.
|
java.util.List<java.lang.Long> |
getDevicePersistentTensorAllocIdsList()
Deprecated.
|
long |
getDeviceTempMemorySize()
Deprecated.
|
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; |
java.util.List<java.lang.Long> |
getPersistentTensorAllocIdsList()
repeated int64 persistent_tensor_alloc_ids = 5; |
long |
getTempMemorySize()
int64 temp_memory_size = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTempMemorySize()
int64 temp_memory_size = 1;long getPersistentMemorySize()
int64 persistent_memory_size = 3;java.util.List<java.lang.Long> getPersistentTensorAllocIdsList()
repeated int64 persistent_tensor_alloc_ids = 5;int getPersistentTensorAllocIdsCount()
repeated int64 persistent_tensor_alloc_ids = 5;long getPersistentTensorAllocIds(int index)
repeated int64 persistent_tensor_alloc_ids = 5;index - The index of the element to return.@Deprecated long getDeviceTempMemorySize()
int64 device_temp_memory_size = 2 [deprecated = true];@Deprecated long getDevicePersistentMemorySize()
int64 device_persistent_memory_size = 4 [deprecated = true];@Deprecated java.util.List<java.lang.Long> getDevicePersistentTensorAllocIdsList()
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];@Deprecated int getDevicePersistentTensorAllocIdsCount()
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];@Deprecated long getDevicePersistentTensorAllocIds(int index)
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];index - The index of the element to return.