README.md 401 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
How to Deploy TVM Modules
=========================
This folder contains an example on how to deploy TVM modules.
It also contains an example code to deploy with C++.

Type the following command to run the sample code under the current folder(need to build TVM first).
```bash
./run_example.sh
```

11
Checkout [How to Deploy TVM Modules](http://docs.tvm.ai/deploy/cpp_deploy.html) for more information.