Yulong Wang
ccdedf1b2e
[js] update documents ( #7852 )
...
* [js] update documents
* escape double quotes
* update operators.md
* resolve comments
2021-05-27 14:51:57 -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
Yulong Wang
331f20428c
[js/web] only apply max thread number when it's omitted ( #7834 )
2021-05-26 15:46:50 -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
Yulong Wang
21ff8fabe9
[js/web] fix webpack config for onnxruntime-web ( #7785 )
...
* fix webpack config for onnxruntime-web
* fix regex of .worker.js file
* fix regex
* fix for testrunner
* fix require('..') in test-main
2021-05-21 19:18:22 -07:00
Yulong Wang
b852b73e84
[js][doc] update some part of documents. ( #7768 )
...
* [js][doc] update some part of documents.
* resolve comments
2021-05-21 11:42:36 -07:00
Yulong Wang
c91602070d
[js] update version of package "onnxruntime-web" and "onnxruntime-react-native" ( #7769 )
2021-05-20 09:52:34 -07:00
Du Li
fbe6eccc65
[JS/Web] Bug fix for Reshape Pack ( #7754 )
2021-05-19 11:15:47 -07:00
Yulong Wang
96deec596f
fix npm test for webgl without wasm artifacts ( #7742 )
2021-05-18 09:19:19 -07:00
Du Li
e4a985ff17
[JS/Web] WebGL Profiling Tool ( #7724 )
2021-05-18 06:31:00 -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
Sunghoon
da5f24bd2d
Support additional session options and run options in WebAssembly ( #7712 )
...
* add all session options and run options in C API except AddInitializer and AddFreeDimensionOverride
* remove unnecessary comment
* change extra session and run options to object notation
* resolve comments
* use an optional chaining for options
* resolve comments
2021-05-17 14:57:19 -07:00
Tixxx
6d9f541442
[JS]moved logging level flag to global env ( #7700 )
...
* moved logging level flag to global env
* added setter and getter for loggingLevel in Env
* moved implementation of env to a separate file
2021-05-17 14:16:59 -07:00
Yulong Wang
97d9bcd644
[js/web] fix bundle for multi-thread, add e2e test and support nodejs ( #7688 )
...
* fix bundle for multi-thread, add e2e test and support nodejs
* add copyright banner
* resolve comments
* add comments for isMultiThreadSupported()
2021-05-14 18:15:38 -07:00
Xueyun Zhu
32d8278c2f
reshape fix ( #7678 )
2021-05-13 16:34:03 -07:00
Sunghoon
1ab8a95eb6
Bind existing SessionOptions and RunOptions in Javascript API with WebAssembly ( #7621 )
...
* support session options and run options. use onnxruntime c api.
* fix lint errors
* add an error code on throwing an exception
* resolve comments. change remaining C++ APIs to C API
2021-05-13 10:50:04 -07:00
Yulong Wang
ec885040ef
[js] specify correct config for terser ( #7627 )
...
* add copyright banner
* fix worker loading failure
* add a section in document for formatter and linter
2021-05-10 11:50:39 -07:00
Xueyun Zhu
c5d28097e8
[js/web] adding conv fuse logic ( #7604 )
...
* adding conv fuse logic
* fixing merge
* fix file name in kebab case
* fix lint error
2021-05-10 11:41:50 -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
8eaa4c33e2
[js] fix library bundling and some trivial improvement ( #7550 )
...
* [js] fix library bundling
* fix filename in code comments
2021-05-03 18:31:55 -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
7079dfb93d
[wasm] fix and unify webassembly target name ( #7549 )
2021-05-03 10:37:25 -07:00
Yulong Wang
add4e4225b
[js/web] fix pacakge metadata of onnxruntime-web ( #7543 )
2021-05-02 13:26:07 -07:00
Yulong Wang
00aaa6dabb
update CI for onnxruntime-web ( #7497 )
2021-04-29 22:22:52 -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