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

ONNX.js v0.1.6

Compare
Choose a tag to compare
@fs-eire fs-eire released this 26 Apr 23:06
72a6308

Summary

Features

  • webgl: support iOS devices (#132)
  • cpu: update unary operators (#123)
    • refactor type CpuUnaryOp: make it a template class to avoid read attributes in runtime
    • fixed input type specification for some operators
    • add support for new operators Acosh, Asinh, Atanh, Cosh, IsNaN, Not, Reciprocal, Sign, Sinh
    • corresponding update for test whitelist
  • backend: add support for ONNXRuntime node.js binding (#111)
  • operator: Slice v10 (#122)

Tests and Tools

  • test: add file cache for node tests (#120)
  • test: better test file cache (#136)
  • test: support multi version node cases (#121)
  • test: allow to specify condition for each test (#131)
  • test: allow setting wasm backend init timeout (#137)
  • tools: add a script to generate Operator Support Table (#112)

Bug fixes

  • lib: fix a bug in operator resolve (#113)
  • test: fix test context create and release (#114)
  • webgl: fix Reduce* shader error on scalar (#143)

Misc

  • misc: remove usage of keyword arguments (#129)
  • webgl: update webgl context (#128)
  • doc: update instructions for mobile device debug (#130)
  • deps: update onnx to v1.5.0 (#142)