[neurun] Do not wrap vector with unique_ptr (#6431)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 9 Aug 2019 07:06:02 +0000 (16:06 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 9 Aug 2019 07:06:02 +0000 (16:06 +0900)
commit5a5e926130ac654fbfebb3ac2ab6f46f6fdb13f5
tree6d4e660b99a8feb6cd10b801fbdf5ec57e9839a8
parentcf468c94610b4ea9020ceb1444566635d44a0e8d
[neurun] Do not wrap vector with unique_ptr (#6431)

As `std::vector` has move constructor, without wrapping it with
`unique_ptr` works efficiently as well.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/core/src/compiler/Linear.cc
runtimes/neurun/core/src/compiler/Linear.h
runtimes/neurun/core/src/exec/LinearExecutor.h