[MachineLearning.Train] Remove CheckException in Dispose method of all class
authorhyunil park <hyunil46.park@samsung.com>
Wed, 3 Aug 2022 08:27:31 +0000 (17:27 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 23 Aug 2022 05:50:26 +0000 (14:50 +0900)
commit4f9c32990c2df5c8d6ffda63f026f232efbeec91
treef23b16ad158d4e7a9be59fc4bb2aa40a7bdf2cd7
parentdf587f5558405d6542cb3a54ee4231c5d3ffecc1
[MachineLearning.Train] Remove CheckException in Dispose method of all class

- Remove CheckException since GC can not catch exception, this is a rule

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Commons.cs
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Dataset.cs
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Layer.cs
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Model.cs
src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Optimizer.cs