Uses of Class
org.nd4j.linalg.api.ops.impl.scatter.ScatterUpdate.UpdateOp
-
Packages that use ScatterUpdate.UpdateOp Package Description org.nd4j.linalg.api.ops.executioner org.nd4j.linalg.api.ops.impl.scatter org.nd4j.linalg.factory -
-
Uses of ScatterUpdate.UpdateOp in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner with parameters of type ScatterUpdate.UpdateOp Modifier and Type Method Description voidDefaultOpExecutioner. scatterUpdate(ScatterUpdate.UpdateOp op, INDArray array, INDArray indices, INDArray updates, int[] axis)voidOpExecutioner. scatterUpdate(ScatterUpdate.UpdateOp op, @NonNull INDArray array, @NonNull INDArray indices, @NonNull INDArray updates, int[] axis)Deprecated. -
Uses of ScatterUpdate.UpdateOp in org.nd4j.linalg.api.ops.impl.scatter
Methods in org.nd4j.linalg.api.ops.impl.scatter that return ScatterUpdate.UpdateOp Modifier and Type Method Description static ScatterUpdate.UpdateOpScatterUpdate.UpdateOp. valueOf(String name)Returns the enum constant of this type with the specified name.static ScatterUpdate.UpdateOp[]ScatterUpdate.UpdateOp. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScatterUpdate.UpdateOp in org.nd4j.linalg.factory
Methods in org.nd4j.linalg.factory with parameters of type ScatterUpdate.UpdateOp Modifier and Type Method Description static voidNd4j. scatterUpdate(ScatterUpdate.UpdateOp op, @NonNull INDArray array, @NonNull INDArray indices, @NonNull INDArray updates, int... axis)Deprecated.
-