Uses of Class
org.deeplearning4j.nn.conf.memory.MemoryUseMode
-
Packages that use MemoryUseMode Package Description org.deeplearning4j.nn.conf.memory -
-
Uses of MemoryUseMode in org.deeplearning4j.nn.conf.memory
Methods in org.deeplearning4j.nn.conf.memory that return MemoryUseMode Modifier and Type Method Description static MemoryUseModeMemoryUseMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryUseMode[]MemoryUseMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.nn.conf.memory with parameters of type MemoryUseMode Modifier and Type Method Description longLayerMemoryReport. getMemoryBytes(MemoryType memoryType, int minibatchSize, MemoryUseMode memoryUseMode, CacheMode cacheMode, DataType dataType)longMemoryReport. getMemoryBytes(MemoryType memoryType, int minibatchSize, MemoryUseMode memoryUseMode, CacheMode cacheMode)Get the memory estimate (in bytes) for the specified type of memory, using the current ND4J data typeabstract longMemoryReport. getMemoryBytes(MemoryType memoryType, int minibatchSize, MemoryUseMode memoryUseMode, CacheMode cacheMode, DataType dataType)Get the memory estimate (in bytes) for the specified type of memorylongNetworkMemoryReport. getMemoryBytes(MemoryType memoryType, int minibatchSize, MemoryUseMode memoryUseMode, CacheMode cacheMode, DataType dataType)longLayerMemoryReport. getTotalMemoryBytes(int minibatchSize, @NonNull MemoryUseMode memoryUseMode, @NonNull CacheMode cacheMode, @NonNull DataType dataType)longMemoryReport. getTotalMemoryBytes(int minibatchSize, @NonNull MemoryUseMode memoryUseMode, @NonNull CacheMode cacheMode)Get the total memory use in bytes for the given configuration (using the current ND4J data type)abstract longMemoryReport. getTotalMemoryBytes(int minibatchSize, @NonNull MemoryUseMode memoryUseMode, @NonNull CacheMode cacheMode, @NonNull DataType dataType)Get the total memory use in bytes for the given configurationlongNetworkMemoryReport. getTotalMemoryBytes(int minibatchSize, @NonNull MemoryUseMode memoryUseMode, @NonNull CacheMode cacheMode, @NonNull DataType dataType)
-