onnxruntime/js/common
2021-05-01 22:20:22 -07:00
..
lib [js/common] revise TSDoc of some interfaces (#7541) 2021-05-01 22:20:22 -07:00
.gitignore
.npmignore
package-lock.json
package.json
README.md [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
tsconfig.json [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
webpack.config.js [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -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.