onnxruntime · PyPI
https://pypi.org/project/onnxruntime07.12.2021 · ONNX Runtime is a runtime accelerator for Machine Learning models Project description ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models. For more information on ONNX Runtime, please see aka.ms/onnxruntime or the Github project. Changes 1.10.0 Release Notes : TBD 1.9.0
onnxruntime · PyPI
pypi.org › project › onnxruntimeDec 07, 2021 · onnxruntime 1.10.0. pip install onnxruntime. Copy PIP instructions. Latest version. Released: Dec 7, 2021. ONNX Runtime is a runtime accelerator for Machine Learning models. Project description. Project details. Release history.
JavaScript - onnxruntime
onnxruntime.ai › docs › get-started// use ES6 style import syntax (recommended) import * as ort from ' onnxruntime-web '; // or use CommonJS style import syntax const ort = require ( ' onnxruntime-web ' ); ONNX Runtime Web can also be imported via a script tag in a HTML file, from a CDN server.