Commits


Zimon Tai authored and GitHub committed a3e02e8e2a8
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