Remove using default backend for input and output (#4370)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 13 Feb 2019 00:45:15 +0000 (09:45 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 13 Feb 2019 00:45:15 +0000 (09:45 +0900)
commiteaa5be408336225e48f7e114b5c707b76c1fa800
treebff751a6e5500ae89196739958cf94d41cf2887d
parent4786f52954453165e5cb60633426bdf5b74a486e
Remove using default backend for input and output (#4370)

Using default backend is meaningless because of input/output value setting optimization
Use frontend layout information by hardcording
Skip set input tensor value when its backend is not allocated

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/src/exec/Executor.cc
runtimes/neurun/src/graph/Graph.cc