This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
ONNX.js v0.1.3
Summary
Features
- webgl:
Unsqueeze
,Squeeze
,Gather
operators implementation - cpu:
Squeeze
operator implementation - wasm: Binary Operators,
MatMul
operator, shape_utils, and broadcast_utils - wasm: Update usage of function pointers in pool operators
Bug fixes
- wasm: fix grouped convolution
Misc
- test: optimize data source of test cases
- util: Remove redundant unnecessary code in BroadcastUtil class
- util: remove redundant method
- graph: cleanup checkIsAcyclic()