ONE - On-device Neural Engine
|
Namespaces | |
namespace | nchw |
namespace | nhwc |
Data Structures | |
class | IndexIterator |
Class to iterate Callable with Index of feature. More... | |
struct | Reader |
Class reads values of feature The interface class. More... | |
Functions | |
template<typename Callable > | |
IndexIterator & | operator<< (IndexIterator &&it, Callable cb) |
Call a function iterated using IndexIterator of feature Overloaded operator<<. | |
IndexIterator & onert::exec::feature::operator<< | ( | IndexIterator && | it, |
Callable | cb | ||
) |
Call a function iterated using IndexIterator of feature Overloaded operator<<.
[in] | it | An IndexIterator reference |
[in] | cb | A callback function |
Definition at line 95 of file IndexIterator.h.
References onert::exec::feature::IndexIterator::iter().