How to use TVM on edge TPU?

Hi, I am currently doing a project using Google edge TPU. I have my own TFLite model, which can be successfully converted to the edge TPU model (.tflite file) using the “edge TPU compiler” provided by edge TPU’s official website. However, I am wondering if I can also utilize TVM to compile my TFLite model into an executable file, which can be run on the edge TPU accelerator?

If not, what else can I do to optimize the deployment process on edge TPU using TVM?

Thank you very much!

I have the same question. @pinki did you get it working on the coral via tvm?