Skip to main content
Associate
April 24, 2026
Question

Deployment of multiple Neural Networks on STM32n6

  • April 24, 2026
  • 0 replies
  • 62 views

Hello! Has anyone tried to deploy multiple neural networks on a stm32n6 at once? I'm developing an application which requires 5 NN. I created 5 .c libraries to deploy each NN on the NPU, I assume is because of the APIs that they overlap. So I'm curious if anyone has tried this and how it was solved.

My last  option is to create a bigger models that contains all 5 on onnx, then deploy it, idk if someone knows if this could work to.