Browse Source

fix unaryop arm, fix #1241

tags/20190908
nihuini 6 years ago
parent
commit
91ef4eea4f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/layer/arm/unaryop_arm.cpp

+ 1
- 1
src/layer/arm/unaryop_arm.cpp View File

@@ -245,7 +245,7 @@ int UnaryOp_arm::forward_inplace(Mat& bottom_top_blob, const Option& opt) const
} // opt.use_packing_layout
#endif // __ARM_NEON

return 0;
return UnaryOp::forward_inplace(bottom_top_blob, opt);
}

} // namespace ncnn

Loading…
Cancel
Save