[API/RunInternal] Implement run_internal (HW recurring) API
authorDongju Chae <dongju.chae@samsung.com>
Wed, 22 Jul 2020 05:40:54 +0000 (14:40 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Mon, 27 Jul 2020 02:30:02 +0000 (11:30 +0900)
commit8f83845b1618c3a777a1f7c39e164c5abd0826db
treeb3f5d34af1e95b1ab534d9b447661dc61e9676e7
parent705caf177b8babfd3e4be6c5264fb333354727ce
[API/RunInternal] Implement run_internal (HW recurring) API

This patch implements run_internal (HW_recurring) API, and
adds its apptest.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
13 files changed:
include/host/libnpuhost.h
src/core/ne-handler.cc
src/core/ne-handler.h
src/core/ne-host-input-service.cc
src/core/ne-hw-input-service.cc
src/core/ne-inputservice.h
src/core/ne-segment-table.cc
src/core/ne-segment-table.h
src/core/npu/NPUdrvAPI.h
src/core/npu/NPUdrvAPI_emul.cc
tests/apptests/hw_recurring.cc [new file with mode: 0644]
tests/apptests/meson.build
tests/apptests/multiple_runs.cc