aboutsummaryrefslogtreecommitdiff
path: root/test/Convolution2D.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Convolution2D.hpp')
-rw-r--r--test/Convolution2D.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Convolution2D.hpp b/test/Convolution2D.hpp
index 002677fe..38216f10 100644
--- a/test/Convolution2D.hpp
+++ b/test/Convolution2D.hpp
@@ -32,9 +32,7 @@ namespace driverTestHelpers
void SetModelFp16Flag(V1_0::Model& model, bool fp16Enabled);
-#if defined(ARMNN_ANDROID_NN_V1_1) || defined(ARMNN_ANDROID_NN_V1_2)
void SetModelFp16Flag(V1_1::Model& model, bool fp16Enabled);
-#endif
template<typename HalPolicy>
void PaddingTestImpl(android::nn::PaddingScheme paddingScheme, bool fp16Enabled = false)