!14864 Remove redundant code

From: @liangzhibo
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
This commit is contained in:
mindspore-ci-bot 2021-04-12 09:11:07 +08:00 committed by Gitee
commit d4af07bde1
1 changed files with 0 additions and 1 deletions

View File

@ -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