|
| View (const ir::FeatureShape &shape, const Strides &strides, T *ptr, size_t len) |
|
| View (::onert::backend::ITensor *tensor) |
|
T & | at (uint32_t batch, uint32_t ch, uint32_t row, uint32_t col) |
|
T & | at (uint32_t ch, uint32_t row, uint32_t col) |
|
| Reader (const ir::FeatureShape &shape, const Strides &strides, const T *ptr, size_t len) |
|
| Reader (backend::ITensor *tensor) |
|
T | at (uint32_t batch, uint32_t ch, uint32_t row, uint32_t col) const final |
| Get the value used by four indexes.
|
|
T | at (uint32_t ch, uint32_t row, uint32_t col) const final |
| Get the value used by three indexes.
|
|
virtual | ~Reader ()=default |
| Destruct Reader object using default destructor.
|
|
template<typename T>
class onert::exec::feature::nchw::View< T >
Definition at line 31 of file View.h.