onnxruntime/js/web/lib/onnxjs
Zimon Tai a3e02e8e2a
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
2023-08-09 15:42:30 -07:00
..
backends
ort-schema
attribute-with-cache-key.ts
attribute.ts
backend.ts
execution-plan.ts
graph.ts Fix Resize op input check (#16594) 2023-08-09 15:42:30 -07:00
instrument.ts
model.ts
operators.ts
opset.ts
session-handler.ts
session.ts
tensor.ts
util.ts