ONE - On-device Neural Engine
|
Struct to read element of tensor. More...
#include <Reader.h>
Public Member Functions | |
virtual | ~Reader ()=default |
Destroy the Reader object. | |
virtual T | at (const Index &index) const =0 |
Get an element of tensor. | |
Struct to read element of tensor.
T | Type of elements in tensor |
|
virtualdefault |
Destroy the Reader object.
|
pure virtual |
Get an element of tensor.
[in] | index | Index specifying indexes of tensor element |
Implemented in nnfw::misc::tensor::Object< T >.