[single] single API to process nnfw transparently once opened
authorParichay Kapoor <pk.kapoor@samsung.com>
Thu, 7 May 2020 17:58:16 +0000 (23:28 +0530)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 12 May 2020 04:17:00 +0000 (13:17 +0900)
commit55e9afc698d78daabda35ea5dfb3ccbcce1a4039
treed5285bfe18ad51d5aa1d64e5603490f5e8268844
parent114b5a61337ad36f9a0879bc5edef019cbcfef37
[single] single API to process nnfw transparently once opened

single API should process all the frameworks transparently once the single handle has been opened.
The framework check has been performed when the handle was created and opened.
If the operation is not supported, that should be handled in the nnfw rather than in single API.

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
api/capi/include/tensor_filter_single.h
api/capi/src/nnstreamer-capi-single.c
api/capi/src/tensor_filter_single.c