onnxruntime
7b9db658
- Fixed a minor bug in layout transformation for Resize (#21954)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Fixed a minor bug in layout transformation for Resize (#21954) Since opset 18, 'scales' and 'sizes' constant inputs can be 2D tensors, transpose for 2D tensors are not supported at current implementation, fix it by only allowing 4D constant inputs.
References
#21954 - Fixed a minor bug in layout transformation for Resize
Author
Honry
Parents
55e0128b
Loading