[Interp] DepthwiseConv and Reshape kernel skeleton (#5415)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 14 Jun 2019 07:29:16 +0000 (16:29 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 14 Jun 2019 07:29:16 +0000 (16:29 +0900)
commitd9a20e4571146eea335b331f23026703d7c70fec
tree96aa66fa181fa6e1400520350b3e047e14a1ca8a
parentfd285d6f5a2239948f853c50c42d8b7dc4c9da59
[Interp] DepthwiseConv and Reshape kernel skeleton (#5415)

- DepthwiseConv kernel skeleton for mobilenet
- Reshape kernel skeleton for inception v3 2018

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/core/src/exec/interp/Interpreter.cc
runtimes/neurun/core/src/exec/interp/Registration.h
runtimes/neurun/core/src/exec/interp/operations/DepthwiseConv.cc [new file with mode: 0644]
runtimes/neurun/core/src/exec/interp/operations/Reshape.cc [new file with mode: 0644]