Filesystem path to the .onnx model file.
Optionaloptions: { skipWarmup?: boolean }Load-time flags:
skipWarmup: When true, the dummy warmup inference is skipped.
This is intended for benchmarking where the caller wants to
measure the true first-inference (cold-start) latency separately.
Production callers should leave this at the default (false).Whether the engine is loaded and ready.
Run a single forward pass through the model.
Patched & normed input series [batch, numPatches, inputPatchLen]
Patch-level mask [batch, numPatches, inputPatchLen]
Raw model outputs before any post-processing.
Release all resources.
Load the ONNX model from disk and create an inference session.