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 f814821 commit 778b799Copy full SHA for 778b799
onnxscript/function_libs/torch_lib/ops/nn.py
@@ -2208,7 +2208,7 @@ def _get_upsample_align_corners_mode(align_corners: bool) -> str:
2208
"aten::upsample_bilinear2d",
2209
"aten::upsample_bilinear2d_aa",
2210
),
2211
- private=True
+ private=True,
2212
)
2213
def _aten_upsample_output_size(
2214
self: TReal,
@@ -2230,7 +2230,7 @@ def _aten_upsample_output_size(
2230
mode=mode,
2231
coordinate_transformation_mode=coordinate_transformation_mode,
2232
nearest_mode="floor",
2233
- antialias = antialias,
+ antialias=antialias,
2234
2235
2236
0 commit comments