Uses of Class
org.nd4j.linalg.api.ops.executioner.OpStatus
-
Packages that use OpStatus Package Description org.nd4j.linalg.api.ops.executioner -
-
Uses of OpStatus in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner that return OpStatus Modifier and Type Method Description static OpStatusOpStatus. byNumber(int val)static OpStatusOpStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OpStatus[]OpStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-