onnx-runtime-shape-inference 0.1.0-dev.2

Symbolic shape inference for the ORT 2.0 runtime: an extensible, opset-aware per-op registry with symbolic dimension arithmetic and shape-data propagation over onnx-runtime-ir graphs
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-shape-inference"
version = "0.1.0-dev.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Symbolic shape inference for the ORT 2.0 runtime: an extensible, opset-aware per-op registry with symbolic dimension arithmetic and shape-data propagation over onnx-runtime-ir graphs"
readme = false
keywords = [
    "onnx",
    "shape-inference",
    "symbolic",
    "inference",
    "runtime",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"

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

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

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies]