donot print deprecated warning msg

This commit is contained in:
tacyi139 2021-12-10 19:29:34 +08:00
parent 9e37e77dc2
commit 8074c63029
1 changed files with 0 additions and 1 deletions

View File

@ -2067,7 +2067,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,