tree: 04c7152b536815714d137281b6890278a0f0828c [path history] [tgz]
  1. cpp_deploy.cc
  2. Makefile
  3. prepare_test_libs.py
  4. README.md
  5. run_example.sh
  6. 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.