We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8937f commit 6ea06d9Copy full SHA for 6ea06d9
py/torch_tensorrt/dynamo/conversion/aten_ops_converters.py
@@ -2639,6 +2639,7 @@ def aten_ops_pad(
2639
)
2640
2641
2642
+@dynamo_tensorrt_converter(torch.ops.aten.upsample_nearest2d.default)
2643
@dynamo_tensorrt_converter(torch.ops.aten.upsample_nearest2d.vec)
2644
def upsample_nearest2d(
2645
ctx: ConversionContext,
@@ -2660,6 +2661,7 @@ def upsample_nearest2d(
2660
2661
2662
2663
2664
+@dynamo_tensorrt_converter(torch.ops.aten.upsample_bilinear2d.default)
2665
@dynamo_tensorrt_converter(torch.ops.aten.upsample_bilinear2d.vec)
2666
def upsample_bilinear2d(
2667
0 commit comments