Execute add operation in interpreter (#5088)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 30 Apr 2019 00:47:22 +0000 (09:47 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 30 Apr 2019 00:47:22 +0000 (09:47 +0900)
commita49c77fc4b24bec9c413120c7eb7fcd667cb10ae
tree3a1bad78caebf8062325ea75b57e63657e28f3df
parent9031f416794a4c03700aeddb0f67d72f8afab3bd
Execute add operation in interpreter (#5088)

Implement naive interpreter execution module
Fix interpreter gtest's input/output value

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/core/src/exec/interp/Interpreter.cc
runtimes/neurun/test/interp/ExecManager.cc