Package org.nd4j.linalg.api.ops
Interface IndexAccumulation
-
- All Superinterfaces:
Op
- All Known Implementing Classes:
BaseIndexAccumulation,FirstIndex,LastIndex
public interface IndexAccumulation extends Op
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description INDArraydimensions()This method returns dimensions for this opNumbergetFinalResult()booleanisKeepDims()This method returns TRUE if we're going to keep axis, FALSE otherwisebooleanvalidateDataTypes()-
Methods inherited from interface org.nd4j.linalg.api.ops.Op
clearArrays, extraArgs, extraArgsBuff, extraArgsDataBuff, opName, opNum, setExtraArgs, setX, setY, setZ, toCustomOp, x, y, z
-
-