//! Model runtime module for unified ONNX and model loading.
//!//! Provides a high-level wrapper around OxiONNX sessions with configurable
//! optimization levels, profiling, GPU support, and format auto-detection.
#[cfg(feature ="onnx")]pubmodonnx;pubmodloader;#[cfg(feature ="onnx")]pubuseonnx::{OnnxSession, OnnxSessionConfig, ProfilingSummary};pubuseloader::{DetectedFormat, ModelFormatDetector};