Browse Source

Delete redunent code

pull/14864/head
l00591931 4 years ago
parent
commit
1177963575
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. Same as operator Add. TensorAdd will be deprecated in the future.
Please use Add instead. Please use Add instead.
""" """
#deprecate_new_name = "Add"


@deprecated("1.1", "Add", True) @deprecated("1.1", "Add", True)
@prim_attr_register @prim_attr_register


Loading…
Cancel
Save