Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
/ onnxrt Public archive

Mid-Level Rust Bindings to the C API for Microsoft's ONNX Runtime

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

furiosa-ai/onnxrt

Repository files navigation

OnnxRt

build status docs

OnnxRt provides mid-level Rust bindings to the C API for Microsoft's ONNX Runtime v1.16.3.

Requirements

Rust

This program targets the latest stable version of Rust 1.56.1 or later.

Usage

Add this to your Cargo.toml:

[dependencies]
onnxrt = { git = "https://github.com/furiosa-ai/onnxrt", tag = "0.24.1" }

Example

See the examples directory for examples on how to use the library.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Mid-Level Rust Bindings to the C API for Microsoft's ONNX Runtime

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages