Skip to content

main

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

version

version()

Display the version of the HeliosAOT library.

convert

convert(args: ConvertArgs)

Convert a model to standalone C inference module.

Parameters:

run

run()

Main function to run the CLI.