mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description This change enhances the Node.js binding with the following features: - support WebGPU EP - lazy initialization of `OrtEnv` - being able to initialize ORT with default log level setting from `ort.env.logLevel`. - session options: - `enableProfiling` and `profileFilePrefix`: support profiling. - `externalData`: explicit external data (optional in Node.js binding) - `optimizedModelFilePath`: allow dumping optimized model for diagnosis purpose - `preferredOutputLocation`: support IO binding. ====================================================== `Tensor.download()` is not implemented in this PR. Build pipeline update is not included in this PR. |
||
|---|---|---|
| .. | ||
| common.h | ||
| directml_load_helper.cc | ||
| directml_load_helper.h | ||
| inference_session_wrap.cc | ||
| inference_session_wrap.h | ||
| main.cc | ||
| run_options_helper.cc | ||
| run_options_helper.h | ||
| session_options_helper.cc | ||
| session_options_helper.h | ||
| tensor_helper.cc | ||
| tensor_helper.h | ||