microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript
Other
1.75k stars 130 forks source link

implement Resize operator #228

Open fs-eire opened 4 years ago

fs-eire commented 4 years ago

This change uses unified implementation that works with Upsample v7, Upsample v9, Resize v10 and Resize v11, in both CPU and WebGL backends. Depend on #227 to build.