aboutsummaryrefslogtreecommitdiff
path: root/delegate/include/armnn_delegate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/include/armnn_delegate.hpp')
-rw-r--r--delegate/include/armnn_delegate.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/delegate/include/armnn_delegate.hpp b/delegate/include/armnn_delegate.hpp
index 8aaf255a9d..79ab4bf79c 100644
--- a/delegate/include/armnn_delegate.hpp
+++ b/delegate/include/armnn_delegate.hpp
@@ -17,6 +17,10 @@
#define ARMNN_POST_TFLITE_2_3
#endif
+#if TF_MAJOR_VERSION > 2 || (TF_MAJOR_VERSION == 2 && TF_MINOR_VERSION > 4)
+#define ARMNN_POST_TFLITE_2_4
+#endif
+
#if TF_MAJOR_VERSION > 2 || (TF_MAJOR_VERSION == 2 && TF_MINOR_VERSION > 5)
#define ARMNN_POST_TFLITE_2_5
#endif