| Package | Description |
|---|---|
| org.nd4j.linalg.api.shape |
| Modifier and Type | Method and Description |
|---|---|
static void |
Shape.iterate(INDArray arr,
CoordinateFunction coordinateFunction)
Iterate over 2
coordinate spaces given 2 arrays
|
static void |
Shape.iterate(INDArray arr,
INDArray arr2,
CoordinateFunction coordinateFunction)
Iterate over 2
coordinate spaces given 2 arrays
|
static void |
Shape.iterate(int dimension,
int n,
int[] size,
int[] res,
CoordinateFunction func)
Iterate over a pair of coordinates
|
static void |
Shape.iterate(int dimension,
int n,
int[] size,
int[] res,
int dimension2,
int n2,
int[] size2,
int[] res2,
CoordinateFunction func)
Iterate over a pair of coordinates
|
static void |
Shape.iterate(int dimension,
int n,
long[] size,
long[] res,
CoordinateFunction func) |
static void |
Shape.iterate(int dimension,
int n,
long[] size,
long[] res,
int dimension2,
int n2,
long[] size2,
long[] res2,
CoordinateFunction func) |
Copyright © 2021. All rights reserved.