onnx-runtime-optimizer 0.1.0-dev.3

Device-independent graph→graph optimization passes for the ORT 2.0 runtime: dead-node elimination, bounded constant folding, and op fusion over onnx-runtime-ir
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "onnx-runtime-optimizer"
version = "0.1.0-dev.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Device-independent graph→graph optimization passes for the ORT 2.0 runtime: dead-node elimination, bounded constant folding, and op fusion over onnx-runtime-ir"
readme = false
keywords = [
    "onnx",
    "optimizer",
    "fusion",
    "inference",
    "runtime",
]
categories = [
    "science",
    "compilers",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"

[lib]
name = "onnx_runtime_optimizer"
path = "src/lib.rs"

[[test]]
name = "bert_toy_pipeline"
path = "tests/bert_toy_pipeline.rs"

[dependencies.onnx-runtime-ir]
version = "=0.1.0-dev.3"

[dependencies.thiserror]
version = "2"

[dev-dependencies.onnx-runtime-loader]
version = "=0.1.0-dev.3"