onnxruntime/js/common
harshithapv 92621cb07f
bump ORT version to 1.8.1 (#8050)
* bump ORT version to 1.8.1

* Change CMAKE_CUDA_STANDARD to C++17 for Windows GPU build (#7883)

Co-authored-by: Changming Sun <chasun@microsoft.com>
2021-06-15 16:46:07 -07:00
..
lib Support additional session options and run options in WebAssembly (#7712) 2021-05-17 14:57:19 -07:00
.gitignore
.npmignore
package-lock.json bump ORT version to 1.8.1 (#8050) 2021-06-15 16:46:07 -07:00
package.json bump ORT version to 1.8.1 (#8050) 2021-06-15 16:46:07 -07:00
README.md [js] fix library bundling and some trivial improvement (#7550) 2021-05-03 18:31:55 -07:00
tsconfig.json
webpack.config.js [js] specify correct config for terser (#7627) 2021-05-10 11:50:39 -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.