[neurun] Fix NNAPI frontend directory structure (#4769)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 18 Mar 2019 04:59:50 +0000 (13:59 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 18 Mar 2019 04:59:50 +0000 (13:59 +0900)
commitd1a3237b911e4477bdab6eeff36b26ef8d3a9e3b
tree99bb469f053a37c8ac66ed193b00a1db617415eb
parent899071005753470be1798c5569b1f3ff88083df3
[neurun] Fix NNAPI frontend directory structure (#4769)

Reduce redundant frontend directory.

From `neurun/frontend/nnapi/frontend` to `neurun/frontend/nnapi`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
17 files changed:
runtimes/neurun/frontend/nnapi/compilation.cc [moved from runtimes/neurun/frontend/nnapi/frontend/compilation.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/event.cc [moved from runtimes/neurun/frontend/nnapi/frontend/event.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/execution.cc [moved from runtimes/neurun/frontend/nnapi/frontend/execution.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/memory.cc [moved from runtimes/neurun/frontend/nnapi/frontend/memory.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/model.cc [moved from runtimes/neurun/frontend/nnapi/frontend/model.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/OperationFactory.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.h [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/OperationFactory.h with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/compilation.cc [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/compilation.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/compilation.h [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/compilation.h with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/event.h [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/event.h with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/execution.cc [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/execution.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/execution.h [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/execution.h with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/memory.cc [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/memory.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/memory.h [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/memory.h with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/model.cc [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/model.cc with 100% similarity]
runtimes/neurun/frontend/nnapi/wrapper/model.h [moved from runtimes/neurun/frontend/nnapi/frontend/wrapper/model.h with 100% similarity]
runtimes/neurun/test/frontend/nnapi/model.cc