aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp')
-rw-r--r--src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp b/src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp
index 87ad4b2437..73abe8b945 100644
--- a/src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp
+++ b/src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp
@@ -45,7 +45,7 @@ void arm_fp32_1x2_1x7(unsigned int, const float *, size_t, const float *, float
static const TransformImplementation<float> transforms_fp32[] = {
#if defined(__aarch64__)
#endif // defined(__aarch64__)
- { IMPL(4, 4, 3, 3, arm_fp32_4x4_3x3, Unpadded) },
+ { IMPL(4, 4, 3, 3, arm_fp32_4x4_3x3, Unpadded), MethodConstraints::LargerShape },
{ IMPL(2, 2, 3, 3, arm_fp32_2x2_3x3, Unpadded) },
{ IMPL(2, 2, 5, 5, arm_fp32_2x2_5x5, Unpadded) },
{ IMPL(1, 6, 1, 3, arm_fp32_1x6_1x3, Unpadded) },