Browse Source

!14864 Remove redundant code

From: @liangzhibo
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
pull/14864/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
d4af07bde1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/ops/operations/math_ops.py

+ 0
- 1
mindspore/ops/operations/math_ops.py 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


Loading…
Cancel
Save