diff --git a/tests/test_reduction.cpp b/tests/test_reduction.cpp index 3895d3533..f4ea8e236 100644 --- a/tests/test_reduction.cpp +++ b/tests/test_reduction.cpp @@ -109,6 +109,7 @@ static int test_reduction(const ncnn::Mat& _a, float coeff, int keepdims, const pd.set(2, coeff); pd.set(3, axes); pd.set(4, keepdims); + pd.set(5, 1); // fixbug0 std::vector weights(0);