[API/Profile] Implement getNPU_profile_opt()
authorDongju Chae <dongju.chae@samsung.com>
Tue, 4 May 2021 10:00:56 +0000 (19:00 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Thu, 6 May 2021 06:24:51 +0000 (15:24 +0900)
commit6418e738c929e4d4e91ac4ee71bbf75da1d334cd
treef65b151d92adb3295015a45a11c772eaaa8a6519
parent04575f7e04b6ab4a816e3760a11b99b6e58a66eb
[API/Profile] Implement getNPU_profile_opt()

This patch implements `getNPU_profile_opt()`, which is a variant of
the existing `getNPU_profile()`.

It requires an extra argument called `npu_profile_opt`.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
include/common/typedef.h
include/host/libnpuhost.h
src/core/ne-handler.cc
src/core/ne-handler.h
src/core/ne-profiler.cc
src/core/ne-profiler.h
src/host/ne-host.cc