TVMC is a wrapper of python APIs. You can refer to
[python/tvm/driver/tvmc/runner.py](https://github.com/apache/tvm/blob/4b0f18e433f1517e1da36bb0d6cad158fa42a9a8/python/tvm/driver/tvmc/runner.py#L581)
for how to load it in python.
---
[Visit Topic](https://discuss.tvm.apache.org/t/mix-tvmc
@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
@huanchunye it should be possible, yes. however, it depends on the format you
use to export from tvmc (for example, Model Library Format is not meant to be
loaded using `load_module`). could you give some more detail of what you're
trying to do?
---
[Visit Topic](https://discuss.tvm.apach
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