operonx 0.7.1

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
//! Shared ONNX helpers (session init, session pool).
//!
//! Mirrors Python [`operonx/providers/_utils/onnx.py`](../../../../../operonx/providers/_utils/onnx.py).
//! Feature-gated behind `onnx`. Populated in Phase 5b alongside the shared
//! [`super::super::onnx::backend`] implementation.