-
Notifications
You must be signed in to change notification settings - Fork 48
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
[e2e][onnx][model] onnx.Resize [(half_pixel, linear), (asymmetric, nearest)] #616
Comments
This was referenced Apr 15, 2024
Closed
PhaneeshB
changed the title
onnx.Resize [(half_pixel, linear), (asymmetric, nearest)]
[e2e][onnx][model] onnx.Resize [(half_pixel, linear), (asymmetric, nearest)]
Apr 15, 2024
Another instance of the same issue : #599 |
This was referenced Apr 19, 2024
rsuderman
pushed a commit
to llvm/torch-mlir
that referenced
this issue
May 17, 2024
…ering (#3351) Addresses [Shark-Turbine #196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine #566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine #616](nod-ai/SHARK-ModelDev#616)
BaneTrifa
pushed a commit
to BaneTrifa/torch-mlir
that referenced
this issue
May 24, 2024
…ering (llvm#3351) Addresses [Shark-Turbine llvm#196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine llvm#566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine llvm#616](nod-ai/SHARK-ModelDev#616)
Resize should have sufficient support now, closing this for now. Reopen if issues resurface. |
sjarus
pushed a commit
to sjarus/torch-mlir
that referenced
this issue
Jun 6, 2024
…ering (llvm#3351) Addresses [Shark-Turbine llvm#196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine llvm#566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine llvm#616](nod-ai/SHARK-ModelDev#616)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Models requiring onnx.Resize with attributes:
(half_pixel, linear)
(asymmetric, nearest)
Run any of there models in SHARK-TestSuite with
Error Messages with the Op usage:
half_pixel, linear :
asymmetric, nearest :
The text was updated successfully, but these errors were encountered: