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

ONNX.js v0.1.3

Compare
Choose a tag to compare
@fs-eire fs-eire released this 26 Jan 02:09
· 100 commits to master since this release
900db7a

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()