Move operation kernel call (#5217)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 20 May 2019 07:24:02 +0000 (16:24 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 20 May 2019 07:24:02 +0000 (16:24 +0900)
commit876e7e87538657bd1b2c23e67f58af5a6a075824
treee0376d03da2bd4edb1b1077cb90866966dc4920b
parenta4928c2387ac702b6b39069e01451ecff8fd3237
Move operation kernel call (#5217)

Introduce operation kernel directory for interpreter
Call kernel function in visitor

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 [new file with mode: 0644]
runtimes/neurun/core/src/exec/interp/operations/Add.cc [new file with mode: 0644]