[MachineLearning.Inference] new API to set/get the property (#1414)
authorjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 25 Mar 2020 06:26:09 +0000 (15:26 +0900)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 06:26:09 +0000 (15:26 +0900)
commit09fd6eed2ddf17d73ae73a9a1f0fe5f2a1d41c72
treea60f1504312b5a0be8da6d0d6c61e6ef998d12bc
parenta2273b23511d7c2a9ebfc9ae5a6c4cc3244437ac
[MachineLearning.Inference] new API to set/get the property (#1414)

In SingleShot class, add new API to set/get the property.
The property is related with the tensor information, a model may not support the change after open the model.

Added:
- void SetValue(string name, string value);
- string GetValue(string name);

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
src/Tizen.MachineLearning.Inference/Interop/Interop.Nnstreamer.cs
src/Tizen.MachineLearning.Inference/Tizen.MachineLearning.Inference/SingleShot.cs