public interface MemoryStatsOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getHostTempMemorySize()
int64 host_temp_memory_size = 1;long getDeviceTempMemorySize()
int64 device_temp_memory_size = 2;long getHostPersistentMemorySize()
int64 host_persistent_memory_size = 3;long getDevicePersistentMemorySize()
int64 device_persistent_memory_size = 4;List<Long> getHostPersistentTensorAllocIdsList()
repeated int64 host_persistent_tensor_alloc_ids = 5;int getHostPersistentTensorAllocIdsCount()
repeated int64 host_persistent_tensor_alloc_ids = 5;long getHostPersistentTensorAllocIds(int index)
repeated int64 host_persistent_tensor_alloc_ids = 5;List<Long> getDevicePersistentTensorAllocIdsList()
repeated int64 device_persistent_tensor_alloc_ids = 6;int getDevicePersistentTensorAllocIdsCount()
repeated int64 device_persistent_tensor_alloc_ids = 6;long getDevicePersistentTensorAllocIds(int index)
repeated int64 device_persistent_tensor_alloc_ids = 6;Copyright © 2018. All rights reserved.