[MachineLearning.Train] Remove dot at the end of enum value description (#4514)
authorHyunil Park <32352023+songgot@users.noreply.github.com>
Tue, 4 Oct 2022 10:05:22 +0000 (19:05 +0900)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 10:05:22 +0000 (19:05 +0900)
- Remove dot at the end of enum value description

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

index 178076111e37931c1059c1c2f07cd675faf0b21c..71caf72d69ecdf944cac09ef7ccfc3ab60318bdd 100644 (file)
@@ -50,7 +50,7 @@ namespace Tizen.MachineLearning.Train
         /// </summary>
         Layer = 1,
         /// <summary>
-        /// Model summary weight information that layer has.
+        /// Model summary weight information that layer has
         /// </summary>
         Tensor = 2
     }
@@ -66,11 +66,11 @@ namespace Tizen.MachineLearning.Train
         /// </summary>
         Bin = 0,
         /// <summary>
-        /// Ini format file stores model configurations.
+        /// Ini format file stores model configurations
         /// </summary>
         Ini = 1,
         /// <summary>
-        /// 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
         /// </summary>
         IniWithBin = 2
     }