Skip to content

Commit 5c49595

Browse files
committed
Removing optional arg for align_corner
1 parent cb6168f commit 5c49595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/conversion/aten_ops_converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def aten_ops_grid(
355355
grid=args[1],
356356
interpolation_mode=args[2],
357357
padding_mode=args[3],
358-
align_corners=args_bounds_check(args, 4, True),
358+
align_corners=args[4],
359359
)
360360

361361

0 commit comments

Comments
 (0)