This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
ONNX.js v0.1.5
Summary
Features
- new Operator implementations
- update operator resolve (#108)
- Change the IR version check to support IR version 4
- Enable opset version check
- Replace the switch-case based resolve to a data driven resolve
- Allows opset version selector (currently support exact match and range match, eg. 7, 7+)