microsoft / onnxjs

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

add packed reshape kernel #283

Closed xzhu1900 closed 3 years ago

xzhu1900 commented 3 years ago

This PR includes the implementation of packed reshape kernel. Corresponding test is included in unittest and op test.

It also includes some fix for texture coordinate calculation and unpack cache bug.