Skip to content

Commit 91ef4ee

Browse files
committed
fix unaryop arm, fix #1241
1 parent db198be commit 91ef4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layer/arm/unaryop_arm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ int UnaryOp_arm::forward_inplace(Mat& bottom_top_blob, const Option& opt) const
245245
} // opt.use_packing_layout
246246
#endif // __ARM_NEON
247247

248-
return 0;
248+
return UnaryOp::forward_inplace(bottom_top_blob, opt);
249249
}
250250

251251
} // namespace ncnn

0 commit comments

Comments
 (0)