org.nd4j.linalg.api.ndarray
Interface SliceOp
-
- All Known Implementing Classes:
- FFTSliceOp, IFFTSliceOp
public interface SliceOpSlice wise operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidoperate(DimensionSlice nd)Operates on an ndarray slicevoidoperate(INDArray nd)Operates on an ndarray slice
-
-
-
Method Detail
-
operate
void operate(DimensionSlice nd)
Operates on an ndarray slice- Parameters:
nd- the result to operate on
-
operate
void operate(INDArray nd)
Operates on an ndarray slice- Parameters:
nd- the result to operate on
-
-
DMelt 3.0 © DataMelt by jWork.ORG