tree: 97dd7518683e3aaf367d87f9ceec71885bdcee14 [path history] [tgz]
  1. cpp_deploy.cc
  2. Makefile
  3. prepare_test_libs.py
  4. python_deploy.py
  5. README.md
  6. run_example.sh
  7. tvm_runtime_pack.cc
apps/howto_deploy/README.md

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).

./run_example.sh

Checkout How to Deploy TVM Modules for more information.