ONE - On-device Neural Engine
|
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. | |
Class reads values of matrix The interface class.
|
virtualdefault |
Destruct Reader object using default destructor.
|
pure virtual |
Get the value used by two indexes.
[in] | row | The height index |
[in] | col | The width index |