Structure to Reader.
More...
#include <Reader.h>
|
virtual | ~Reader ()=default |
| Destroy the Reader object as default.
|
|
virtual T | at (uint32_t nth, uint32_t ch, uint32_t row, uint32_t col) const =0 |
| Get the value used by four indexes.
|
|
template<typename T>
struct nnfw::misc::kernel::Reader< T >
Structure to Reader.
Definition at line 38 of file Reader.h.
◆ ~Reader()
Destroy the Reader object as default.
◆ at()
Get the value used by four indexes.
- Parameters
-
[in] | nth | The kernel index |
[in] | ch | The channel index |
[in] | row | The row index |
[in] | col | The column index |
- Returns
- The value at the offset
The documentation for this struct was generated from the following file:
- runtime/libs/misc/include/misc/kernel/Reader.h