onnxruntime
a3e02e8e - Fix Resize op input check (#16594)

Commit
2 years ago
Fix Resize op input check (#16594) ### Description onnxjs contains a `Resize` op input check which is outdated since opset 9. Currently `Resize` supports up to 4 inputs. This PR looses the input check. ### Motivation and Context Fixes #15636
Author
Parents
Loading