Skip to content

cli

HeliosAOT CLI API

The cli module provides a command line interface (CLI) for the HeliosAOT library. The CLI allows users to convert a model into a highly optimized, ahead-of-time (AOT) module for Ambiq's ultra-low-power SoCs. Both command line arguments and YAML configuration file can be suppled, in which case the command line arguments will override the YAML configuration.

Copyright 2025 Ambiq. All Rights Reserved.

Classes

Functions

convert

convert(args: ConvertArgs)

Convert a LiteRT model to standalone C inference module.

Parameters:

main

main()

Main function to run the CLI.