Uses of Class
org.nd4j.autodiff.listeners.profiler.data.ColorName
-
Packages that use ColorName Package Description org.nd4j.autodiff.listeners.profiler.data -
-
Uses of ColorName in org.nd4j.autodiff.listeners.profiler.data
Methods in org.nd4j.autodiff.listeners.profiler.data that return ColorName Modifier and Type Method Description static ColorNameColorName. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorName[]ColorName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-