Uses of Class
org.deeplearning4j.ui.model.stats.sbe.MemoryType
-
Packages that use MemoryType Package Description org.deeplearning4j.ui.model.stats.sbe -
-
Uses of MemoryType in org.deeplearning4j.ui.model.stats.sbe
Methods in org.deeplearning4j.ui.model.stats.sbe that return MemoryType Modifier and Type Method Description static MemoryTypeMemoryType. get(short value)MemoryTypeUpdateDecoder.MemoryUseDecoder. memoryType()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.ui.model.stats.sbe with parameters of type MemoryType Modifier and Type Method Description UpdateEncoder.MemoryUseEncoderUpdateEncoder.MemoryUseEncoder. memoryType(MemoryType value)
-