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

add ATen support for bicubic interpolation #19380

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

prathikr
Copy link
Contributor

@prathikr prathikr commented Feb 2, 2024

Description

Add ATen fallback support for bicubic interpolation algorithm.

Motivation and Context

Required for facebook/dinov2 model architecture as part of ONNX Runtime integration with AML Vision models.

@prathikr prathikr marked this pull request as ready for review February 2, 2024 20:56
@prathikr prathikr merged commit d120104 into main Feb 5, 2024
90 of 94 checks passed
@prathikr prathikr deleted the prathikrao/upsample_bicubic2d branch February 5, 2024 21:11
YUNQIUGUO pushed a commit that referenced this pull request Feb 15, 2024
### Description
<!-- Describe your changes. -->

Add ATen fallback support for bicubic interpolation algorithm.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Required for facebook/dinov2 model architecture as part of ONNX Runtime
integration with AML Vision models.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants