aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/DepthwiseConvolution.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/DepthwiseConvolution.cpp')
-rw-r--r--tests/validation/NEON/DepthwiseConvolution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/NEON/DepthwiseConvolution.cpp b/tests/validation/NEON/DepthwiseConvolution.cpp
index 9e2dd92d06..6e8aa46ed0 100644
--- a/tests/validation/NEON/DepthwiseConvolution.cpp
+++ b/tests/validation/NEON/DepthwiseConvolution.cpp
@@ -65,7 +65,7 @@ DATA_TEST_CASE(Configuration, framework::DatasetMode::ALL, combine(framework::da
// Create and configure function
NEDepthwiseConvolution3x3 depthwise_layer;
- depthwise_layer.configure(&src, &dst, &weights, &bias, info);
+ depthwise_layer.configure(&src, &weights, &bias, &dst, info);
// Validate valid region
const ValidRegion input_valid_region = shape_to_valid_region(input_shape);