[MachineLearning.Inference] Change internal rank limit and default value
[platform/core/csapi/tizenfx.git] / src / Tizen.MachineLearning.Train / Tizen.MachineLearning.Train / Model.cs
index 08672eb..d92636e 100644 (file)
@@ -339,7 +339,7 @@ namespace Tizen.MachineLearning.Train
 
         internal static TensorsInfo CreateTensorsInfoFormHandle(IntPtr handle)
         {
-            const int RankLimit = 4;
+            const int RankLimit = 16;
             NNTrainerError ret = NNTrainerError.None;
             int count;