Is it possible to use the Python API to load models compiled by tvmc or use
tvmc to run models saved by the Python API?
I followed the separate tutorials and noticed that there are similarities and
differences in the outputs --- for example the .so saved by the Python API
appears to contain t
@areusch We are using tvm for embedded devices. For security reasons we need to
be able to update module + params separately from the code, so tvmc's output
formats are suitable. On the other hand we also use the Python API to integrate
the tvm runtime with our system. I'd think this use case