Unified API for TinyML interpreters.
Load the model and prepare for allocation.
Functions
set_input(tensor: AirTensor | ndarray, key: str | int = None) -> None
Feed one input tensor by name/ID or index.
get_output
abstractmethod
get_output(key: str | int = None, wrap: bool = False) -> np.ndarray | AirTensor
Fetch one output by name/ID or index.