ONE - On-device Neural Engine
|
This file contains IndexIterator class. More...
#include "misc/kernel/Shape.h"
Go to the source code of this file.
Data Structures | |
class | nnfw::misc::kernel::IndexIterator |
Class to iterate Callable with Index of kernel. More... | |
Namespaces | |
namespace | nnfw |
namespace | nnfw::misc |
namespace | nnfw::misc::kernel |
Functions | |
IndexIterator | nnfw::misc::kernel::iterate (const Shape &shape) |
Create an object of IndexIterator for kernel. | |
template<typename Callable > | |
IndexIterator & | nnfw::misc::kernel::operator<< (IndexIterator &&it, Callable cb) |
Call a function iterated using IndexIterator of kernel Overloaded operator<<. | |
This file contains IndexIterator class.
Definition in file IndexIterator.h.