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