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

[onnx] Update DefaultDomainGtoP.cpp gridsampler #3228

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

afalkenberg1
Copy link
Collaborator

Gridsampler
In onnx the interpolation mode is called 'linear' whereas in pytorch it is called 'bilinear'. This led to the problem that everything other than 'bilinear' was rejected. It needed to be changed to linear.

Gridsampler
In onnx the interpolation mode is called 'linear' whereas in pytorch it is called 'bilinear'. This led to the problem that everything other than 'bilinear' was rejected. It needed to be changed to linear.
@afalkenberg1
Copy link
Collaborator Author

why is no runner picking up this job ?

afalkenberg1 and others added 2 commits April 25, 2024 12:48
The interpolation terminology changed between linear and bilinear. We
are supporting both which do the same exact thing.
The newer standard is calling it linear whereas earlier standards are
referring to bilinear.
So in the moment we decided to support both naming conventions.
@jinchen62 jinchen62 merged commit cd33d8b into llvm:main Apr 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants