[Refactor/Comm] Revise Comm. Plugin interface and IP plugin impl.
authorDongju Chae <dongju.chae@samsung.com>
Fri, 3 Apr 2020 04:48:04 +0000 (13:48 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Tue, 7 Apr 2020 06:15:07 +0000 (15:15 +0900)
commit3917b2f58184dcbb7cd9acd8e93c7edb3a233672
treeafc6e477129f09df6d99fbaabb90d12fa2aec7ac
parentf9ea4369b048efd69db05584fadfc7bc94861de4
[Refactor/Comm] Revise Comm. Plugin interface and IP plugin impl.

This patch revises comm. plugin interface and IP plugin implementation.
It now handles only data transfer between npu-engine and outside.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
src/core/comm/CommPlugin.h [new file with mode: 0644]
src/core/comm/README.md [moved from src/core/ip/README.md with 100% similarity]
src/core/comm/meson.build [new file with mode: 0644]
src/core/comm/plugin-comm-ip.cc [new file with mode: 0644]
src/core/ip/meson.build [deleted file]
src/core/ip/plugin-comm-ip.c [deleted file]
src/core/ne-comm.h [deleted file]