[API/Status] Implement the memory status API and add its testcases
authorDongju Chae <dongju.chae@samsung.com>
Wed, 6 May 2020 09:56:37 +0000 (18:56 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Thu, 7 May 2020 05:51:29 +0000 (14:51 +0900)
commitb99287fd83a081b61fd75a6f21dfa6725cf4839e
treeac083a4a1955527f3733082c8c9101bb331016f9
parent68437691bfb49ece4338181cc34b87af45125ece
[API/Status] Implement the memory status API and add its testcases

This patch implements the memory status API and add its testcases.
It's one of VD requirements (17th).

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
include/host/libnpuhost.h
src/core/ne-handler.cc
src/core/ne-handler.h
src/core/npu/NPUdrvAPI.h
src/core/npu/NPUdrvAPI_emul.cc
tests/apptests/example_visa.c
tests/unittests/ne_core_handler_test.cc