diff --git a/mindspore/ops/operations/math_ops.py b/mindspore/ops/operations/math_ops.py index d51d8d61cd..3d56b27081 100644 --- a/mindspore/ops/operations/math_ops.py +++ b/mindspore/ops/operations/math_ops.py @@ -170,7 +170,6 @@ class TensorAdd(_MathBinaryOp): Same as operator Add. TensorAdd will be deprecated in the future. Please use Add instead. """ - #deprecate_new_name = "Add" @deprecated("1.1", "Add", True) @prim_attr_register