public interface MemoryStatsOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDevicePersistentMemorySize()
Deprecated.
|
long |
getDevicePersistentTensorAllocIds(int index)
Deprecated.
|
int |
getDevicePersistentTensorAllocIdsCount()
Deprecated.
|
List<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; |
List<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;List<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;@Deprecated long getDeviceTempMemorySize()
int64 device_temp_memory_size = 2 [deprecated = true];@Deprecated long getDevicePersistentMemorySize()
int64 device_persistent_memory_size = 4 [deprecated = true];@Deprecated List<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];Copyright © 2021. All rights reserved.