fix a typo, test=develop (#23685)

revert-23830-2.0-beta
Leo Chen 5 years ago committed by GitHub
parent c2f5a3ad34
commit 795a0a9ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -195,7 +195,7 @@ def monkey_patch_math_varbase():
axis = -1
math_op = getattr(core.ops, op_type)
return math_op(self, other_var, 'aixs', axis)
return math_op(self, other_var, 'axis', axis)
comment = OpProtoHolder.instance().get_op_proto(op_type).comment

Loading…
Cancel
Save