mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
### 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 |
||
|---|---|---|
| .. | ||
| backends | ||
| ort-schema | ||
| attribute-with-cache-key.ts | ||
| attribute.ts | ||
| backend.ts | ||
| execution-plan.ts | ||
| graph.ts | ||
| instrument.ts | ||
| model.ts | ||
| operators.ts | ||
| opset.ts | ||
| session-handler.ts | ||
| session.ts | ||
| tensor.ts | ||
| util.ts | ||