[Apache TVM Discuss] [Development] “Realy VM for dynamic input" can export a lib for "C++" runtime just as "relay.build"?

2020-11-24 Thread zhenghx via Apache TVM Discuss
https://github.com/apache/tvm/issues/6966 --- [Visit Topic](https://discuss.tvm.apache.org/t/realy-vm-for-dynamic-input-can-export-a-lib-for-c-runtime-just-as-relay-build/8520/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [

[Apache TVM Discuss] [Development/RFC] [C/C++ runtime] multimodel support

2020-11-24 Thread M1k3 via Apache TVM Discuss
In scenarios where multiple models are used back to back, with multiple inputs and outputs, TVM doesn't produce helpful native libraries to connect them: - `get_num_inputs()` returns all tensors instead of only the inputs of the model - `get_output(id)` has no support for strings. And since out