Package org.nd4j.linalg.indexing
Class IndexInfo
- java.lang.Object
-
- org.nd4j.linalg.indexing.IndexInfo
-
public class IndexInfo extends Object
- Author:
- Adam Gibson
-
-
Constructor Summary
Constructors Constructor Description IndexInfo(INDArrayIndex... indexes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumNewAxes()
int
getNumPoints()
-
-
-
Constructor Detail
-
IndexInfo
public IndexInfo(INDArrayIndex... indexes)
-
-