ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
IndexIterator.h File Reference

This file contains IndexIterator class. More...

Go to the source code of this file.

Data Structures

class  nnfw::misc::matrix::IndexIterator
 Class to iterate Callable with Index of matrix. More...
 

Namespaces

namespace  nnfw
 
namespace  nnfw::misc
 
namespace  nnfw::misc::matrix
 

Functions

IndexIterator nnfw::misc::matrix::iterate (const Shape &shape)
 Create an object of IndexIterator for matrix.
 
template<typename Callable >
IndexIteratornnfw::misc::matrix::operator<< (IndexIterator &&it, Callable cb)
 Call a function iterated using IndexIterator of matrix Overloaded operator<<.
 

Detailed Description

This file contains IndexIterator class.

Definition in file IndexIterator.h.