ONE - On-device Neural Engine
|
Data Structures | |
class | IndexIterator |
Class to iterate Callable with Index of kernel. More... | |
struct | Reader |
Structure to Reader. More... | |
struct | Shape |
Structure to Shape. More... | |
Functions | |
IndexIterator | iterate (const Shape &shape) |
Create an object of IndexIterator for kernel. | |
template<typename Callable > | |
IndexIterator & | operator<< (IndexIterator &&it, Callable cb) |
Call a function iterated using IndexIterator of kernel Overloaded operator<<. | |
|
inline |
Create an object of IndexIterator for kernel.
[in] | shape | reference of feature |
Definition at line 84 of file IndexIterator.h.
IndexIterator & nnfw::misc::kernel::operator<< | ( | IndexIterator && | it, |
Callable | cb | ||
) |
Call a function iterated using IndexIterator of kernel Overloaded operator<<.
[in] | it | An IndexIterator reference |
[in] | cb | A callback function |
Definition at line 93 of file IndexIterator.h.
References nnfw::misc::kernel::IndexIterator::iter().