Correct TuningLevel enumeration values
[platform/upstream/armnn.git] / include / armnn / IRuntime.hpp
index 4114c99..9122089 100644 (file)
@@ -203,9 +203,9 @@ public:
 
     enum class TuningLevel
     {
-        Rapid = 0,
-        Normal = 1,
-        Exhaustive = 2
+        Rapid = 1,
+        Normal = 2,
+        Exhaustive = 3
     };
 
     /// Creates an IClTunedParameters with the given mode.