Rename utils for NNAPI to internal converters (#4429)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 15 Feb 2019 02:21:54 +0000 (11:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 15 Feb 2019 02:21:54 +0000 (11:21 +0900)
commit926b356d9fa467436a9a354a819e1051330b51de
tree83ffa708f0e1b8650a55417988c7c38c4710ef2d
parent5533cde78c7b77efa5b9e96b8ca4d0465577e28e
Rename utils for NNAPI to internal converters (#4429)

Rename file name from TypeConvert.* to NNAPIConvert.*
Rename util function name of NNAPI frontend struct converters
Update comments

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/src/frontend/model.cc
runtimes/neurun/src/frontend/wrapper/execution.cc
runtimes/neurun/src/frontend/wrapper/model.cc
runtimes/neurun/src/util/NNAPIConvert.cc [moved from runtimes/neurun/src/util/TypeConvert.cc with 77% similarity]
runtimes/neurun/src/util/NNAPIConvert.h [moved from runtimes/neurun/src/util/TypeConvert.h with 75% similarity]