Use nchw::View instead of Reader (#5084)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 30 Apr 2019 03:41:45 +0000 (12:41 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 30 Apr 2019 03:41:45 +0000 (12:41 +0900)
commit22dfe838f73447e8fe45915517c71cf4bec33097
tree05d3cd6f049e3c5afbb549c59bf949d9988c9954
parentff61d8551edceecb301b5ec8652877bdd89546c8
Use nchw::View instead of Reader (#5084)

`Reader` is only for tensors of no paddings, while `nchw::View` can
cover padding cases.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/backend/cpu/kernel/PermuteLayer.cc