Tvmc testing process

Hello, I’m trying to create a testing infrastructure for a tvmc-based nn compiler, which my company develop. I’m inspecting the tests/python/driver/tvmc package and I have a few questions.

  1. are there any tests in the package that checks runtime? i.e for a given tflite model, we will check that the .c file (tvmc output) can be compiled into machine code cleanly + return the expected output when running on a target.

  2. if the answer to (1) is yes, are these tests being target-generic?

  3. where can I find more tests for tvmc, other than those I found in tests/python/driver/tvmc?