ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::misc::matrix::Reader< T > Struct Template Referenceabstract

Class reads values of matrix The interface class. More...

#include <Reader.h>

Public Member Functions

virtual ~Reader ()=default
 Destruct Reader object using default destructor.
 
virtual T at (uint32_t row, uint32_t col) const =0
 Get the value used by two indexes.
 

Detailed Description

template<typename T>
struct nnfw::misc::matrix::Reader< T >

Class reads values of matrix The interface class.

Definition at line 39 of file Reader.h.

Constructor & Destructor Documentation

◆ ~Reader()

template<typename T >
virtual nnfw::misc::matrix::Reader< T >::~Reader ( )
virtualdefault

Destruct Reader object using default destructor.

Member Function Documentation

◆ at()

template<typename T >
virtual T nnfw::misc::matrix::Reader< T >::at ( uint32_t  row,
uint32_t  col 
) const
pure virtual

Get the value used by two indexes.

Parameters
[in]rowThe height index
[in]colThe width index
Returns
The value at the offset

The documentation for this struct was generated from the following file: