|
ONE - On-device Neural Engine
|
This file contains nnfw::misc::tensor::IndexIterator class and helper function and operator. More...
#include "misc/tensor/Shape.h"#include "misc/tensor/Index.h"#include "misc/tensor/IndexEnumerator.h"Go to the source code of this file.
Data Structures | |
| class | nnfw::misc::tensor::IndexIterator |
| Class to iterate indexes available for given shape. More... | |
Namespaces | |
| namespace | nnfw |
| namespace | nnfw::misc |
| namespace | nnfw::misc::tensor |
Functions | |
| IndexIterator | nnfw::misc::tensor::iterate (const Shape &shape) |
Get an IndexItator object. | |
| template<typename Callable > | |
| IndexIterator & | nnfw::misc::tensor::operator<< (IndexIterator &&it, Callable cb) |
| Iterate all indexes and apply a function. | |
This file contains nnfw::misc::tensor::IndexIterator class and helper function and operator.
Definition in file IndexIterator.h.