Uses of Class
org.nd4j.linalg.api.ops.executioner.OpExecutioner.ExecutionerType
-
Packages that use OpExecutioner.ExecutionerType Package Description org.nd4j.linalg.api.ops.executioner -
-
Uses of OpExecutioner.ExecutionerType in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner that return OpExecutioner.ExecutionerType Modifier and Type Method Description OpExecutioner.ExecutionerTypeDefaultOpExecutioner. type()OpExecutioner.ExecutionerTypeOpExecutioner. type()This method returns type for this executioner instancestatic OpExecutioner.ExecutionerTypeOpExecutioner.ExecutionerType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpExecutioner.ExecutionerType[]OpExecutioner.ExecutionerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-