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