onnx-runtime-optimizer 0.1.0-dev.5

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "onnx-runtime-optimizer"
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"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["onnx", "optimizer", "fusion", "inference", "runtime"]
categories = ["science", "compilers"]

[dependencies]
onnx-runtime-ir = { workspace = true }
onnx-runtime-tracer = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
onnx-runtime-loader = { workspace = true }