Skip to content

Commit

Permalink
fix unaryop arm, fix #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Sep 8, 2019
1 parent db198be commit 91ef4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/arm/unaryop_arm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 91ef4ee

Please sign in to comment.