Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

ONNX.js v0.1.5

Compare
Choose a tag to compare
@fs-eire fs-eire released this 23 Mar 04:26
· 86 commits to master since this release
b721d2e

Summary

Features

  • new Operator implementations
    • Elu (webgl/cpu) (#101)
    • Clip (cpu/wasm/webgl) (#107)
  • 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+)

Bug fixes

  • bugfix in InstanceNormalization (wasm backend) (#104)
  • fix potential shader compile issue in LeakyRelu op (#106)