[neurun] Use shape inference in interpreter (#6012)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 2 Aug 2019 07:38:57 +0000 (16:38 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 2 Aug 2019 07:38:57 +0000 (16:38 +0900)
commitd64a04904dab9fc36a628a3f3a78dabc22d0dab4
tree4fe27b3d781e9d88477615d7f6e85a4254563168
parent191b75a5185bcda95984245e50b86ea33fac7afb
[neurun] Use shape inference in interpreter (#6012)

* Use shape inference in interpreter

To support dynamic shape, use shape inference: convolution, maxpool, averagepool

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Fix unspecified shape checking and shape inference for depthwise conv
runtimes/neurun/core/src/exec/interp/operations/AvgPool2D.cc
runtimes/neurun/core/src/exec/interp/operations/Conv2D.cc
runtimes/neurun/core/src/exec/interp/operations/DepthwiseConv.cc
runtimes/neurun/core/src/exec/interp/operations/MaxPool2D.cc