onnxruntime/js/common
Changming Sun 8e0d4616ea
Increase version number to 1.15.1 (#16372)
All the changes are auto-generated except the one in
onnxruntime/core/session/onnxruntime_c_api.cc
2023-06-15 20:58:34 -07:00
..
lib Tensor <--> image - Adding per channel compute for Norm mean & Bias (#14705) 2023-05-01 09:37:50 -07:00
.gitignore
.npmignore
package-lock.json Increase version number to 1.15.1 (#16372) 2023-06-15 20:58:34 -07:00
package.json Increase version number to 1.15.1 (#16372) 2023-06-15 20:58:34 -07:00
README.md Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
tsconfig.json [web] utility functions for tensor<->image conversion in ORT web (#13603) 2023-01-12 09:05:18 -08:00
typedoc.json
webpack.config.js [js/web] optimize bundle file size (#9817) 2021-11-22 13:56:55 -08: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.