Add interpreter unittest using buffer (#5221)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 23 May 2019 02:00:49 +0000 (11:00 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 23 May 2019 02:00:49 +0000 (11:00 +0900)
commite3bf3f1f7c86ba7ef7d554036399fc353885365c
treef6ef47b45359d5de9a7430b545f32cad1e52072b
parent3e16668108f0f97c46a8c993d09e668c43768cbc
Add interpreter unittest using buffer (#5221)

* Add interpreter unittest using buffer

Add interpreter unittest using two add operation with buffer output and constant operand
Move add kernel code order for correct exception

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Update example model comment
runtimes/neurun/core/src/exec/interp/operations/Add.cc
runtimes/neurun/test/interp/ExecManager.cc