Add UserBuffer to customOp with true 28/273028/1 submit/tizen_6.5/20220404.012322
authorTae-Young Chung <ty83.chung@samsung.com>
Wed, 30 Mar 2022 01:18:26 +0000 (10:18 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Wed, 30 Mar 2022 01:18:30 +0000 (10:18 +0900)
commit998aad8441656e05fa03f3ba6e9f21dd8b4cb6ab
treec2c30ddbf589d5e9b6e2254eddf0b4328bf15db5
parent019278f0197ffde74de1a6171ad8370ff6045400
Add UserBuffer to customOp with true

[Version] 0.0.5-0
[Issue type] bug fix

In mlapi, snpe filter causes segfault while handling multiple outputs
and the UserBuffer customOp is a solution for the issue.
This commit is for inference-engine-mlapi to apply UserBuffer customOp to mlapi.
Note that the UserBuffer customOp is valid only for snpe.
If an invalid customOp is given, for example the UserBuffer customOp for
tflite, mlapi ignore it.

Change-Id: Id8bb0e3a83b8b72b73258dd1c8e1325bf3532650
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
packaging/inference-engine-mlapi.spec
src/inference_engine_mlapi.cpp