aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/armnn/IRuntime.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/armnn/IRuntime.hpp b/include/armnn/IRuntime.hpp
index 4114c9950a..9122089b62 100644
--- a/include/armnn/IRuntime.hpp
+++ b/include/armnn/IRuntime.hpp
@@ -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.