[neurun] Move Convert to backend/acl_cl (#3778)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 3 Dec 2018 01:27:19 +0000 (10:27 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 3 Dec 2018 01:27:19 +0000 (10:27 +0900)
commit903c05acc82bbeb2393c836d21a12a6ce801b718
tree40b8acd6a4ec20ba8801c75b31ff3c818bdb44e9
parent15662fa9830ca75ec4df19de0657f38fad4a06fc
[neurun] Move Convert to backend/acl_cl (#3778)

internal/Convert.h and the source file is acl_cl dependent, so it is
moved to `backend/acl_cl` dir.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/backend/acl_cl/Convert.cc [moved from runtimes/neurun/src/internal/Convert.cc with 92% similarity]
runtimes/neurun/src/backend/acl_cl/Convert.h [moved from runtimes/neurun/src/internal/Convert.h with 92% similarity]
runtimes/neurun/src/backend/acl_cl/TensorBuilder.cc
runtimes/neurun/src/backend/acl_cl/operand/CLTensor.cc
runtimes/neurun/src/backend/acl_cl/operand/CLTensor.h
runtimes/neurun/src/backend/cpu/TensorBuilder.cc
runtimes/neurun/src/compiler/OperationValidator.cc
runtimes/neurun/src/compiler/SubTensorAnalyzer.cc
runtimes/neurun/src/frontend/execution.cc
runtimes/neurun/src/linear/Linear.cc