public interface TreeIterator
| Modifier and Type | Method and Description |
|---|---|
int |
depth()
Returns the current depth in the tree.
|
Tensor |
next()
Returns the next tensor in tree or null if iteration is finished
|
Tensor |
result()
Returns the result after iteration finished (or stopped).
|
void |
set(Tensor tensor)
Set current tensor in tree.
|
Tensor next()
void set(Tensor tensor)
tensor - tensorTensor result()
int depth()
Copyright © 2014. All Rights Reserved.