[Apache TVM Discuss] [Questions] Mix tvmc and Python API

2022-01-04 Thread Huanchun Ye via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Mix tvmc and Python API

2022-01-09 Thread Huanchun Ye via Apache TVM Discuss
@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