org.tensorflow.ndarray.impl.sequence

Interfaces

Classes

FastElementSequence<T, U extends NdArray<T>> A sequence recycling the same NdArray instance when iterating its elements 
SingleElementSequence<T, U extends NdArray<T>> A sequence of one single element 
SlicingElementSequence<T, U extends NdArray<T>> A sequence creating a new NdArray instance (slice) for each element of an iteration