Uses of Class
org.nd4j.linalg.api.ops.ExecutionMode
-
Packages that use ExecutionMode Package Description org.nd4j.linalg.api.ops -
-
Uses of ExecutionMode in org.nd4j.linalg.api.ops
Fields in org.nd4j.linalg.api.ops declared as ExecutionMode Modifier and Type Field Description protected ExecutionModeBaseOpContext. executionModeMethods in org.nd4j.linalg.api.ops that return ExecutionMode Modifier and Type Method Description ExecutionModeOpContext. getExecutionMode()This method returns current execution mode for Contextstatic 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.Methods in org.nd4j.linalg.api.ops with parameters of type ExecutionMode Modifier and Type Method Description voidOpContext. setExecutionMode(ExecutionMode mode)This method allows to set certain execution mode
-