Remove const keyword from converting functions in NNAPIConvert (#4802)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Thu, 21 Mar 2019 01:06:45 +0000 (10:06 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 21 Mar 2019 01:06:45 +0000 (10:06 +0900)
commit8d5efbcc0385a9f27e94bf9b5f2e4ad130d1b7cd
treeb4a84d399fbdc36efee249db5b475c697dad5de7
parent7cc50f8c2626e9ebd44d7a5b6ad9fe03147b3ef2
Remove const keyword from converting functions in NNAPIConvert (#4802)

This commit removes const keyword from converting functions in NNAPIConvert.
In general, const is used on a return value of RVO because const affect move semantics.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
runtimes/neurun/core/include/util/NNAPIConvert.h
runtimes/neurun/core/src/util/NNAPIConvert.cc