Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

aftershootco/onnxrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bce69f7 · Apr 8, 2022

History

32 Commits
Mar 2, 2022
Mar 15, 2021
Mar 16, 2022
Mar 15, 2021
Mar 11, 2022
Apr 8, 2022
Mar 15, 2021
Apr 1, 2021
Mar 11, 2022
Mar 15, 2021
Jan 4, 2022
Mar 15, 2021

Repository files navigation

OnnxRt

build status docs

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

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.10.0" }

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.