[MachineLearning.Train] Add initial Layer class
authorHyunil <hyunil46.park@samsung.com>
Fri, 27 May 2022 03:06:45 +0000 (12:06 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 23 Aug 2022 05:50:26 +0000 (14:50 +0900)
commitc8d416a603690821722d0e481dd55feb493b47bc
tree600b943b0089799159523dc6e2525b1b8e2e93a9
parentc24e521a0eb67def333ea36f11a4cf0ef8a23690
[MachineLearning.Train] Add initial Layer class

- Create Layer.cs and Interop.Layer.cs for Layer class
- Add Layer(NNTrainerLayerType type) class to Layer.cs
- Add Destroy() to Dispose()
- Add NNTrainerLayerType to Commons.cs
- Add ml_train_layer_create() to interop
- Add ml_train_layer_destroy() to interop

Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/Tizen.MachineLearning.Train/Interop/Interop.Layer.cs [new file with mode: 0644]
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Commons.cs
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Layer.cs [new file with mode: 0644]