public final class BasicTensorIterator extends Object implements Iterator<Tensor>
Iterator<Tensor>
Tensor
Tensor.get(int)
Tensor.size()
BasicTensorIterator(Tensor tensor)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BasicTensorIterator(Tensor tensor)
tensor
public boolean hasNext()
hasNext
public Tensor next()
next
public void remove()
remove
Copyright © 2014. All Rights Reserved.