!27545 donot print deprecated warning msg

Merge pull request !27545 from chentangyu/code_cty_master_I4LQJS
This commit is contained in:
i-robot 2021-12-14 05:17:25 +00:00 committed by Gitee
commit 463095358a
1 changed files with 0 additions and 1 deletions

View File

@ -2061,7 +2061,6 @@ class Conv2DBackpropInput(Primitive):
sig.make_sig('input_sizes', dtype=sig.sig_dtype.T2)
)
@deprecated("1.5", "ops.Conv2dTranspose", False)
@prim_attr_register
def __init__(self,
out_channel,