aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTfLiteParser/TfLiteParser.hpp')
-rw-r--r--src/armnnTfLiteParser/TfLiteParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnnTfLiteParser/TfLiteParser.hpp b/src/armnnTfLiteParser/TfLiteParser.hpp
index e742d30521..49744a0484 100644
--- a/src/armnnTfLiteParser/TfLiteParser.hpp
+++ b/src/armnnTfLiteParser/TfLiteParser.hpp
@@ -120,7 +120,7 @@ private:
void ParseConcatenation(size_t subgraphIndex, size_t operatorIndex);
void ParseConv2D(size_t subgraphIndex, size_t operatorIndex);
// Conv3D support was added in TF 2.5, so for backwards compatibility a hash define is needed.
- #if defined(ARMNN_POST_TFLITE_2_3)
+ #if defined(ARMNN_POST_TFLITE_2_4)
void ParseConv3D(size_t subgraphIndex, size_t operatorIndex);
#endif
void ParseDepthToSpace(size_t subgraphIndex, size_t operatorIndex);