Deployment of multiple Neural Networks on STM32n6
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.
