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