Understand model formats and operators
Before you import or create a model, it’s important to understand how models work in Sentis.
Use this information to understand how Sentis models are structured, their supported formats, and which operators and methods are available.
| Page | Description |
|---|---|
| Sentis models | Learn how Sentis imports, optimizes, and runs ONNX models, including how input shapes and layers are handled. |
| Supported models | Explore a list of compatible models and sources like the ONNX Model Zoo that work with Sentis. |
| Supported functional methods | View the high-level APIs and utility functions you can use to build or manipulate models in code. |
| Supported ONNX operators | Check which ONNX operators Sentis currently supports during model import and processing. |
| Supported LiteRT operators | Check which LiteRT operators Sentis supports if you import models in the LiteRT format. |