Package org.nd4j.linalg.util
Class NDArrayUtil
- java.lang.Object
-
- org.nd4j.linalg.util.NDArrayUtil
-
@Deprecated public class NDArrayUtil extends Object
Deprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static int[]
toInts(INDArray n)
Deprecated.static long[]
toLongs(INDArray n)
Deprecated.static INDArray
toNDArray(int[] nums)
Deprecated.static INDArray
toNDArray(int[][] nums)
Deprecated.static INDArray
toNDArray(long[] nums)
Deprecated.
-
-
-
Method Detail
-
toNDArray
@Deprecated public static INDArray toNDArray(int[][] nums)
Deprecated.
-
toNDArray
@Deprecated public static INDArray toNDArray(int[] nums)
Deprecated.
-
toNDArray
@Deprecated public static INDArray toNDArray(long[] nums)
Deprecated.
-
toInts
@Deprecated public static int[] toInts(INDArray n)
Deprecated.
-
toLongs
@Deprecated public static long[] toLongs(INDArray n)
Deprecated.
-
-