Index
Handlers API
The 'handlers' module provides classes to handle specific component/step in AOT conversion process.
Available Handlers
- AotHandler: Base class for all handlers, providing common functionality.
- DocHandler: Manages the generation of documentation and assets.
- ModelHandler: Handles the generation of main model.
- ModuleHandler: Manages the generation of exported module.
- OperatorHandler: Manages the generation of operator-specific code.
- TensorHandler: Manages the generation of tensors.
- TestHandler: Manages the generation of test code.
Copyright 2025 Ambiq. All Rights Reserved.