[nnkit] Remove finalize function of nnkit::Backend (#3430)
author윤지영/On-Device Lab(SR)/Staff Engineer/삼성전자 <jy910.yun@samsung.com>
Fri, 10 May 2019 05:43:32 +0000 (14:43 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 10 May 2019 05:43:32 +0000 (14:43 +0900)
commita831914319d1c6f868720d1524217f07562b8fb4
tree1e65355ed8600111d4ef5ff5044ac764985afe63
parent6c1b4579367c07c0d1ee096ff124bcd098fb1e8e
[nnkit] Remove finalize function of nnkit::Backend (#3430)

This patch does not remove the plugin unique_ptr directly.
Instead, it passes it in so that it is removed according to the unique_ptr policy.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
contrib/nnkit/libs/support/backend/include/nnkit/BackendPlugin.h
contrib/nnkit/libs/support/backend/src/BackendPlugin.cpp
contrib/nnkit/tools/run/nnkit-run.cpp