Uses of Interface
org.nd4j.linalg.api.shape.loop.coordinatefunction.CoordinateFunction
-
Packages that use CoordinateFunction Package Description org.nd4j.linalg.api.shape -
-
Uses of CoordinateFunction in org.nd4j.linalg.api.shape
Methods in org.nd4j.linalg.api.shape with parameters of type CoordinateFunction Modifier and Type Method Description static voidShape. iterate(int dimension, int n, int[] size, int[] res, int dimension2, int n2, int[] size2, int[] res2, CoordinateFunction func)Iterate over a pair of coordinatesstatic voidShape. iterate(int dimension, int n, int[] size, int[] res, CoordinateFunction func)Iterate over a pair of coordinatesstatic voidShape. iterate(int dimension, int n, long[] size, long[] res, int dimension2, int n2, long[] size2, long[] res2, CoordinateFunction func)static voidShape. iterate(int dimension, int n, long[] size, long[] res, CoordinateFunction func)static voidShape. iterate(INDArray arr, INDArray arr2, CoordinateFunction coordinateFunction)Iterate over 2 coordinate spaces given 2 arraysstatic voidShape. iterate(INDArray arr, CoordinateFunction coordinateFunction)Iterate over 2 coordinate spaces given 2 arrays
-