Module org.tensorflow.ndarray
Interface PositionIterator
-
- All Superinterfaces:
Iterator<Long>,PrimitiveIterator<Long,LongConsumer>,PrimitiveIterator.OfLong
- All Known Subinterfaces:
IndexedPositionIterator
public interface PositionIterator extends PrimitiveIterator.OfLong
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
-
-
Method Summary
Static Methods Modifier and Type Method Description static PositionIteratorcreate(DimensionalSpace dimensions, int dimensionIdx)static IndexedPositionIteratorcreateIndexed(DimensionalSpace dimensions, int dimensionIdx)static PositionIteratorsequence(long stride, long end)-
Methods inherited from interface java.util.PrimitiveIterator.OfLong
forEachRemaining, forEachRemaining, next, nextLong
-
-
-
-
Method Detail
-
create
static PositionIterator create(DimensionalSpace dimensions, int dimensionIdx)
-
createIndexed
static IndexedPositionIterator createIndexed(DimensionalSpace dimensions, int dimensionIdx)
-
sequence
static PositionIterator sequence(long stride, long end)
-
-