Skip to content

Commit 3420fb0

Browse files
committed
chore: updates
Signed-off-by: Dheeraj Peri <peri.dheeraj@gmail.com>
1 parent 5526bca commit 3420fb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/torch_tensorrt/dynamo/conversion/aten_ops_converters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,6 @@ def aten_ops_less(
12561256

12571257

12581258
def conv_param_validator(conv_node: Node) -> bool:
1259-
# Output padding and transposed convolutions not supported currently
12601259
return (not conv_node.args[6]) and (conv_node.args[7] in ([0], [0, 0], [0, 0, 0]))
12611260

12621261

0 commit comments

Comments
 (0)