Yang Gu
c75f4a09b7
[js/webgpu] Remove the limitation on axis in softmax ( #22231 )
...
In current implementation, axis in softmax has to be the last, which is
an obvious limitation. This PR removes this limitation and will fix
issues #20710 and #22176 .
2024-09-30 18:27:11 -07:00
Xu Xing
829d802337
[js/webgpu] Support uniform for softmax ( #18345 )
2023-11-09 11:19:23 -08:00
Yulong Wang
1743e9a615
[js] enable formatter for more file types ( #16888 )
...
### Description
enable formatter for .js/.json/.jsonc/.md files
2023-07-28 15:46:58 -07:00
Yulong Wang
3e8cabbc3e
[js/web] WebGL backend refactor ( #8586 )
2021-08-12 12:30:49 -07:00
Yulong Wang
4ebc9c3b5e
[JS] onnxruntime-web ( #7394 )
...
* add web
* add script and test
* fix lint
* add test/data/ops
* add test/data/node/ to gitignore
* modify scripts
* add onnxjs
* fix tests
* fix test-runner
* fix sourcemap
* fix onnxjs profiling
* update test list
* update README
* resolve comments
* set wasm as default backend
* rename package
* update copyright header
* do not use class "Buffer" in browser context
* revise readme
2021-04-27 00:04:25 -07:00