Introduce paramter checker (#4804)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 21 Mar 2019 01:40:39 +0000 (10:40 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 21 Mar 2019 01:40:39 +0000 (10:40 +0900)
commitfa5a9cc39d55d097e87937e0aeee9c345e4bc056
tree330dad668d99f112275b878b3bf18064c250d5a7
parentfb0d61c32444b65bbefd4f9083ccbac0225b5984
Introduce paramter checker (#4804)

Introduce parameter checker. As a first commit,
- Check add node only
- Check activation paramter is constant only

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/core/src/compiler/Compiler.cc
runtimes/neurun/core/src/compiler/ParamChecker.cc [new file with mode: 0644]
runtimes/neurun/core/src/compiler/ParamChecker.h [new file with mode: 0644]