[MachineLearning.Train] Add SetProperty method to Layer class
authorHyunil <hyunil46.park@samsung.com>
Mon, 13 Jun 2022 09:37:00 +0000 (18:37 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 23 Aug 2022 05:50:26 +0000 (14:50 +0900)
commit6642c88d2967e8c48b82dfb66b12d283e09c1c27
treea311cfbab587f528d8b835b649d2f1c14aeafb6d
parente2d7d6d598d0270cb5501e2c523908a7d2a1df87
[MachineLearning.Train] Add SetProperty method to Layer class

- Add SetProperty(params string[] property) to Layer
- Add ml_train_layer_set_property_with_single_param() to interop
- Fix bug about checking params string[]
- Change GetSummaryUtil to GetSummary

Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/Tizen.MachineLearning.Train/Interop/Interop.Layer.cs
src/Tizen.MachineLearning.Train/Interop/Interop.Model.cs
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Layer.cs
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Model.cs