Uses of Interface
org.nd4j.linalg.api.ops.executioner.OpExecutioner
-
Packages that use OpExecutioner Package Description org.nd4j.linalg.api.ops.executioner org.nd4j.linalg.factory -
-
Uses of OpExecutioner in org.nd4j.linalg.api.ops.executioner
Subinterfaces of OpExecutioner in org.nd4j.linalg.api.ops.executioner Modifier and Type Interface Description interfaceGridExecutionerClasses in org.nd4j.linalg.api.ops.executioner that implement OpExecutioner Modifier and Type Class Description classDefaultOpExecutioner -
Uses of OpExecutioner in org.nd4j.linalg.factory
Methods in org.nd4j.linalg.factory that return OpExecutioner Modifier and Type Method Description static OpExecutionerNd4j. getExecutioner()Get the operation executioner instance.
-