From: Hyunil Park <32352023+songgot@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:05:22 +0000 (+0900) Subject: [MachineLearning.Train] Remove dot at the end of enum value description (#4514) X-Git-Tag: submit/tizen/20221004.113029~1^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0360768548d044bcad4c50e522c968ee3abde2b9;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [MachineLearning.Train] Remove dot at the end of enum value description (#4514) - Remove dot at the end of enum value description Signed-off-by: hyunil park Signed-off-by: hyunil park --- diff --git a/src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Commons.cs b/src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Commons.cs index 178076111..71caf72d6 100644 --- a/src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Commons.cs +++ b/src/Tizen.MachineLearning.Train/Tizen.MachineLearning.Train/Commons.cs @@ -50,7 +50,7 @@ namespace Tizen.MachineLearning.Train /// Layer = 1, /// - /// Model summary weight information that layer has. + /// Model summary weight information that layer has /// Tensor = 2 } @@ -66,11 +66,11 @@ namespace Tizen.MachineLearning.Train /// Bin = 0, /// - /// Ini format file stores model configurations. + /// Ini format file stores model configurations /// Ini = 1, /// - /// Ini with bin format file stores configurations with parameters required for inference and training. + /// Ini with bin format file stores configurations with parameters required for inference and training /// IniWithBin = 2 }