onnxruntime/js/common
Sumit Agarwal f4f49535a4
[ORT 1.18.2] Cherry Pick Pad Optimizations + Update DML to 1.15.1 (#21670)
### Description
This change cherry-picks 2 Pad fusion optimization:
https://github.com/microsoft/onnxruntime/pull/21640 and
https://github.com/microsoft/onnxruntime/pull/21556.

It also has to cherry-pick 2 extra changes to unblock pipeline and
dependency failure: https://github.com/microsoft/onnxruntime/pull/21300
and https://github.com/microsoft/onnxruntime/pull/21662 (didn't include
test which are part of 1.18.1 payload).

Also uploaded new version of
[onnxruntime_build_dependencies:10.177](https://dev.azure.com/onnxruntime/onnxruntime/_artifacts/feed/onnxruntime/UPack/onnxruntime_build_dependencies/overview/1.0.177)
and updated the same in `download-deps.yml`.

Additionally it also updates DML binary to 1.15.1.



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: Changming Sun <chasun@microsoft.com>
Co-authored-by: Tianlei Wu <tlwu@microsoft.com>
2024-08-12 07:02:00 -07:00
..
lib [ORT 1.18.2] Cherry Pick Pad Optimizations + Update DML to 1.15.1 (#21670) 2024-08-12 07:02:00 -07:00
test [js/common] upgrade tsc in common from 4.9.5 to 5.2.2 (#19317) 2024-02-20 17:33:37 -08:00
.gitignore [js/common] a few fixes/revises to onnxruntime-common (#16853) 2023-08-01 11:17:39 -07:00
.npmignore [js/common] a few fixes/revises to onnxruntime-common (#16853) 2023-08-01 11:17:39 -07:00
build.js [js] upgrade JS shared dev dependencies (#17831) 2023-10-10 17:44:39 -07:00
package-lock.json [ORT 1.18.2] Cherry Pick Pad Optimizations + Update DML to 1.15.1 (#21670) 2024-08-12 07:02:00 -07:00
package.json [ORT 1.18.2] Cherry Pick Pad Optimizations + Update DML to 1.15.1 (#21670) 2024-08-12 07:02:00 -07:00
README.md Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
tsconfig.json [js/web] fix typescript type check (#18343) 2023-11-10 16:03:38 -08:00
typedoc.json [js] enable formatter for more file types (#16888) 2023-07-28 15:46:58 -07:00
webpack.config.js [js/common] allow import onnxruntime-common as ESM and CJS (#15772) 2023-06-12 12:05:11 -07:00

ONNX Runtime JavaScript API

ONNX Runtime JavaScript API is a unified API for all JavaScript usages. It's dependency of the following NPM packages:

  • onnxruntime-node
  • onnxruntime-web
  • onnxruntime-react-native

This package (onnxruntime-common) is not designed for using directly. Please consider to install one of the NPM packages above according to target platform.

License

License information can be found here.