hpx engines#
List all inference engines available to the profiler.
Synopsis#
Output#
tflm— vanilla TFLM baseline through thensx-tflite-microport; supportsreferenceand upstreamcmsis_nnbackends.helia-rt— AmbiqAI heliaRT, an optimized TFLM fork (HELIA / CMSIS-NN / reference backends).helia-aot— AmbiqAI heliaAOT, an ahead-of-time compiler (no interpreter at runtime).executorch— Cortex-M ExecuTorch programs (.pte) throughnsx-executorch, with thearmornsCMSIS-NN provider.
The first three consume LiteRT (.tflite) models; executorch consumes
.pte programs. Use any of these names with --engine or engine.type: in
YAML.
See also#
- Inference Engines — full description of each engine, when to use it, and engine-specific config.