onnxruntime/js/common
Yulong Wang faee9125fb
[js] update JavaScript API to support QNN EP options (#23486)
### Description

As a pre-requisite of #23468
2025-02-03 17:38:50 -08:00
..
lib [js] update JavaScript API to support QNN EP options (#23486) 2025-02-03 17:38:50 -08:00
test
.gitignore
.npmignore
build.js
package-lock.json
package.json
README.md
tsconfig.json
typedoc.json [js/common] use TS type inference to eliminate unknown (#23012) 2024-12-04 19:01:26 -08:00
webpack.config.js

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.