use crate;
use AneRuntime;
/// Factory that creates a composite [`AneRuntime`]: the encoder runs on the
/// Apple Neural Engine (per-bucket `.mlpackage`), while the decoder/joiner and
/// the encoder fallback delegate to an inner ort CPU runtime.
;