aboutsummaryrefslogtreecommitdiff
path: root/delegate/test/DepthwiseConvolution2dTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/test/DepthwiseConvolution2dTest.cpp')
-rw-r--r--delegate/test/DepthwiseConvolution2dTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/test/DepthwiseConvolution2dTest.cpp b/delegate/test/DepthwiseConvolution2dTest.cpp
index 9ee589c977..5fdbfc4801 100644
--- a/delegate/test/DepthwiseConvolution2dTest.cpp
+++ b/delegate/test/DepthwiseConvolution2dTest.cpp
@@ -25,7 +25,7 @@ void DepthwiseConv2dValidReluFp32Test(std::vector<armnn::BackendId>& backends)
std::vector<int32_t> inputShape { 1, 3, 2, 2 };
std::vector<int32_t> filterShape { 1, 2, 2, 4 };
std::vector<int32_t> biasShape { 4 };
- std::vector<int32_t> outputShape { 1, 3, 3, 1 };
+ std::vector<int32_t> outputShape { 1, 2, 1, 4 };
static std::vector<float> inputValues =
{