Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix upsample_bilinear to respect align_corner argument #1254

Merged
merged 7 commits into from
Jan 16, 2024

Update onnxscript/function_libs/torch_lib/ops/nn.py

ab8ec04
Select commit
Loading
Failed to load commit list.
Merged

Fix upsample_bilinear to respect align_corner argument #1254

Update onnxscript/function_libs/torch_lib/ops/nn.py
ab8ec04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 16, 2024 in 0s

52.94% of diff hit (target 78.78%)

View this Pull Request on Codecov

52.94% of diff hit (target 78.78%)

Annotations

Check warning on line 430 in onnxscript/tests/function_libs/torch_lib/ops_test_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/tests/function_libs/torch_lib/ops_test_data.py#L430

Added line #L430 was not covered by tests

Check warning on line 433 in onnxscript/tests/function_libs/torch_lib/ops_test_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/tests/function_libs/torch_lib/ops_test_data.py#L432-L433

Added lines #L432 - L433 were not covered by tests

Check warning on line 435 in onnxscript/tests/function_libs/torch_lib/ops_test_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/tests/function_libs/torch_lib/ops_test_data.py#L435

Added line #L435 was not covered by tests

Check warning on line 458 in onnxscript/tests/function_libs/torch_lib/ops_test_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/tests/function_libs/torch_lib/ops_test_data.py#L457-L458

Added lines #L457 - L458 were not covered by tests