Uses of Class
org.deeplearning4j.nn.conf.memory.MemoryType
-
Packages that use MemoryType Package Description org.deeplearning4j.nn.conf.memory -
-
Uses of MemoryType in org.deeplearning4j.nn.conf.memory
Methods in org.deeplearning4j.nn.conf.memory that return MemoryType Modifier and Type Method Description static MemoryTypeMemoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryType[]MemoryType. 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 MemoryType 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)
-