Yulong Wang
af21a04977
[js] upgrade async@3.2.3 /js/ ( #11421 )
...
* [js] upgrade async@3.2.3 /js/
* format code
2022-05-03 23:41:36 -07:00
Yulong Wang
3e8cabbc3e
[js/web] WebGL backend refactor ( #8586 )
2021-08-12 12:30:49 -07:00
Yulong Wang
c86b813519
[js] resolve CodeQL warnings for force strict mode ( #8645 )
2021-08-06 19:35:43 -07:00
Tixxx
db88f3059c
[js] fixing broadcast issues in pack mode ( #8090 )
...
* fixing broadcast issues in pack mode
* improved bcast logic for matmul
* removed TODO
* rebased from master
2021-06-23 09:55:19 -07:00
Du Li
6a9023f47d
[JS/Web]Adding support for WebGL v1 ( #7906 )
...
* Adding support for WebGL v1
* enabling a few tests
* Minor changes for README.md
2021-06-03 21:30:42 -07:00
Tixxx
2a3851cd75
fixed bugs in packed mode and enable pack mode tests in ci ( #7848 )
...
* fixed bugs in packed mode and enable pack mode tests in ci
* removed unnecessary space
* pr comments
* pr comments
* disable an average pool test
* try disabling another avg pool
* disable more avg pool tests
* disable maxpool tests
2021-05-27 07:56:58 -07:00
Tixxx
ea1a4f8fb5
[JS]support running super resolution model using ortweb ( #7677 )
...
* migrated changes to support running super resolution model using ortweb
* reverted benchmarking tool related changes which will be in a separate pr
* added kernel tests to op and node tests
* minor change to the order of variables
* added one more unit test for packed matmul
2021-05-25 17:43:43 -07:00
Du Li
d3c4b70ede
[Web/JS] Fixing two bugs in reshape_pack and im2col_pack ( #7689 )
...
* fixing two bugs in reshape_pack and im2col_pack
* minor fix
* fix lint complaints
2021-05-17 18:28:09 -07:00
Xueyun Zhu
32d8278c2f
reshape fix ( #7678 )
2021-05-13 16:34:03 -07:00
Tixxx
3c39fcc1fa
[js/web] port fixes for packed concat over to ort repo ( #7605 )
...
* port fixes for packed concat over to ort repo
* fix format
2021-05-07 13:04:53 -07:00
Yulong Wang
bdefc6c4d8
[js/web] support multi-thread for wasm backend ( #7601 )
2021-05-07 12:12:37 -07:00
Yulong Wang
3600c3e66e
[js/web] integrate latest changes from onnxjs ( #7535 )
...
* [js/web] integrate latest changes from onnxjs
* apply ESLint rules: filename-case and header
* remove filename-case rule for wasm .d.ts
2021-05-03 15:03:25 -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