aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/InferOutputTests.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/InferOutputTests.hpp')
-rw-r--r--src/armnn/test/InferOutputTests.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/test/InferOutputTests.hpp b/src/armnn/test/InferOutputTests.hpp
index b8276de80c..6e2676ec8e 100644
--- a/src/armnn/test/InferOutputTests.hpp
+++ b/src/armnn/test/InferOutputTests.hpp
@@ -518,7 +518,7 @@ void DepthwiseConvolution2dInferOutputShapeTest()
armnn::TensorShape inputShape(4, inputSize.data());
shapes.push_back(inputShape);
- const std::vector<unsigned int> filterSize = { 1, 2, 3, 3};
+ const std::vector<unsigned int> filterSize = { 1, 3, 3, 2 };
armnn::TensorShape filterShape(4, filterSize.data());
shapes.push_back(filterShape);