Module org.tensorflow.ndarray
Package org.tensorflow.ndarray.impl.sequence
-
Interface Summary Interface Description IndexedPositionIterator IndexedPositionIterator.CoordsLongConsumer PositionIterator -
Class Summary Class Description FastElementSequence<T,U extends NdArray<T>> A sequence recycling the sameNdArrayinstance when iterating its elementsSingleElementSequence<T,U extends NdArray<T>> A sequence of one single elementSlicingElementSequence<T,U extends NdArray<T>> A sequence creating a newNdArrayinstance (slice) for each element of an iteration