|
| View (const ir::FeatureShape &shape, const Strides &strides, T *ptr, size_t len) |
|
| View (backend::ITensor *tensor) |
|
T & | at (uint32_t batch, uint32_t row, uint32_t col, uint32_t ch) |
|
T & | at (uint32_t row, uint32_t col, uint32_t ch) |
|
| Reader (const ir::FeatureShape &shape, const Strides &strides, const T *ptr, size_t len) |
|
| Reader (const backend::ITensor *tensor) |
|
T | at (uint32_t batch, uint32_t row, uint32_t col, uint32_t ch) const final |
| Get the value used by four indexes.
|
|
T | at (uint32_t row, uint32_t col, uint32_t ch) 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::nhwc::View< T >
Definition at line 32 of file View.h.