onnxruntime/js/web/lib/wasm
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
..
binding Support additional session options and run options in WebAssembly (#7712) 2021-05-17 14:57:19 -07:00
options-utils.ts Support additional session options and run options in WebAssembly (#7712) 2021-05-17 14:57:19 -07:00
run-options.ts Support additional session options and run options in WebAssembly (#7712) 2021-05-17 14:57:19 -07:00
session-handler.ts Support additional session options and run options in WebAssembly (#7712) 2021-05-17 14:57:19 -07:00
session-options.ts Support additional session options and run options in WebAssembly (#7712) 2021-05-17 14:57:19 -07:00
wasm-factory.ts [js/web] fix bundle for multi-thread, add e2e test and support nodejs (#7688) 2021-05-14 18:15:38 -07:00