Hi,
I’ve been using TVM to deploy pre-trained models to Bare Metal embedded systems (specifically, ARM 32 bits).
I am wondering if there is any way to cross-compile a model (e.g. .*.tflite, *.onnx) or even an operator to an ARM 32 bits binary with AoT executor. I do not need the flash it to any board – Currently, I just want to check the generated binary.
Thank you in advance and any suggestion is very appreciated!