forked from mindspore-Ecosystem/mindspore
!14864 Remove redundant code
From: @liangzhibo Reviewed-by: @zh_qh,@ginfung Signed-off-by: @zh_qh
This commit is contained in:
commit
d4af07bde1
|
@ -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…
Reference in New Issue