Package org.nd4j.linalg.api.iter
Class FirstAxisIterator
- java.lang.Object
-
- org.nd4j.linalg.api.iter.FirstAxisIterator
-
-
Constructor Summary
Constructors Constructor Description FirstAxisIterator(INDArray iterateOver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Objectnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
FirstAxisIterator
public FirstAxisIterator(INDArray iterateOver)
- Parameters:
iterateOver-
-
-