[package]
name = "onnx-runtime-memory"
description = "Liveness-based activation memory planning for the ORT 2.0 runtime: a pure, deterministic buffer-sharing planner over onnx-runtime-ir that computes the minimal activation arena (peak_bytes) an executor must allocate"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["onnx", "memory", "planning", "inference", "runtime"]
categories = ["science", "memory-management"]
[dependencies]
onnx-runtime-ir = { workspace = true }
thiserror = { workspace = true }
[lints]
workspace = true