From 4725ba832ab153be49c32688358bbb41dee6d62e Mon Sep 17 00:00:00 2001 From: nihuini Date: Fri, 21 Feb 2025 19:10:38 +0800 Subject: [PATCH] w --- src/layer/reshape.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layer/reshape.cpp b/src/layer/reshape.cpp index 6d699644bc0..3f07186f29d 100644 --- a/src/layer/reshape.cpp +++ b/src/layer/reshape.cpp @@ -35,7 +35,6 @@ int Reshape::load_param(const ParamDict& pd) if (permute == 1) { NCNN_LOGE("reshape permute is deprecated, and will be removed"); - return 0; } ndim = 4;