Hello all,
we want to port micro tvm runtime to a platform which has ARM CPU cortex-A55 .
we have followed steps in below link and generated all the project directory files
9. Bring microTVM to your own development environment — tvm 0.16.dev0 documentation
i have below queries
-
what are the files i needed to include in my platform for compiling and execution of the model?
-
should i include only 2 files default_lib0.c and default_lib1.c and write a user app and call tvmgen_default_run () will this work and provide me inference ?
Thanks in advance
Manju