Package ai.djl.ndarray
Class NDUtils
- java.lang.Object
-
- ai.djl.ndarray.NDUtils
-
public final class NDUtils extends java.lang.ObjectA class containing utility methods for NDArray operations.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckConcatInput(NDList list)Check two criteria of concat input: 1.static ShapegetShapeFromEmptyNDArrayForReductionOp(Shape shape, int axis)
-