diff --git a/src/layer/softmax.cpp b/src/layer/softmax.cpp index ad9ee76f3..20325b323 100644 --- a/src/layer/softmax.cpp +++ b/src/layer/softmax.cpp @@ -77,14 +77,10 @@ int Softmax::forward_inplace(Mat& bottom_top_blob, const Option& opt) const max = std::max(max, ptr[i]); } - for (int i=0; i