[neurun] Extract NNAPI frontend from src (#4705)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 13 Mar 2019 06:16:31 +0000 (15:16 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 13 Mar 2019 06:16:31 +0000 (15:16 +0900)
commitadc92356ab98900d2b4f16f09b091db2824254fa
tree09a34d2637fb6445f0643bd988ab7429bea520b0
parenta81484f4f44bdc7b7c9048e88e8c7f734591bcaa
[neurun] Extract NNAPI frontend from src (#4705)

This commit extracts NNAPI implementations (e.g. ANeuralNetworksModel_create)
from "src" and moves it to newly introduced frontend/nnapi directory.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
17 files changed:
runtimes/neurun/CMakeLists.txt
runtimes/neurun/frontend/nnapi/frontend/compilation.cc [moved from runtimes/neurun/src/frontend/compilation.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/event.cc [moved from runtimes/neurun/src/frontend/event.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/execution.cc [moved from runtimes/neurun/src/frontend/execution.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/memory.cc [moved from runtimes/neurun/src/frontend/memory.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/model.cc [moved from runtimes/neurun/src/frontend/model.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/OperationFactory.cc [moved from runtimes/neurun/src/frontend/wrapper/OperationFactory.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/OperationFactory.h [moved from runtimes/neurun/src/frontend/wrapper/OperationFactory.h with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/compilation.cc [moved from runtimes/neurun/src/frontend/wrapper/compilation.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/compilation.h [moved from runtimes/neurun/src/frontend/wrapper/compilation.h with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/event.h [moved from runtimes/neurun/src/frontend/wrapper/event.h with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/execution.cc [moved from runtimes/neurun/src/frontend/wrapper/execution.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/execution.h [moved from runtimes/neurun/src/frontend/wrapper/execution.h with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/memory.cc [moved from runtimes/neurun/src/frontend/wrapper/memory.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/memory.h [moved from runtimes/neurun/src/frontend/wrapper/memory.h with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/model.cc [moved from runtimes/neurun/src/frontend/wrapper/model.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/frontend/wrapper/model.h [moved from runtimes/neurun/src/frontend/wrapper/model.h with 100% similarity]