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

ONNX.js v0.1.2

Compare
Choose a tag to compare
@fs-eire fs-eire released this 11 Jan 23:47
4d5dce9

Summary

Features

  • webgl: Slice, Tanh, Tile operators implementation

  • webgl: Reduce operators implementation

  • cpu: ArgMax, Gather, Slice, Tile operators implementation

  • tensor: support scalar tensor

  • api: add option onnx.backend.webgl.contextId

  • test: test improvements

  • api: add ENV implementation

Compatibility

  • webgl: various fixes for stability and perf
  • webgl: fix Safari browser

Bug fixes

  • fix arraybuffer load model

Docs

  • update operator support table
  • update operator support table and test ReadMe
  • fix duplicate operator
  • update perf image
  • adding a description of our supported platforms

Misc

  • test: onboard BrowserStack

Contributors

  • thanks for contributions from @NTT123 .