tree: 61b07c5c33891b6f4ba341689a743e2c137c4491 [path history] [tgz]
  1. android_camera/
  2. android_deploy/
  3. android_rpc/
  4. benchmark/
  5. bundle_deploy/
  6. cpp_rpc/
  7. dso_plugin_module/
  8. extension/
  9. howto_deploy/
  10. ios_rpc/
  11. lldb/
  12. rocm_rpc/
  13. sgx/
  14. tf_tvmdsoop/
  15. topi_recipe/
  16. vta_rpc/
  17. wasm-standalone/
  18. README.md
apps/README.md

TVM Application Extensions and Examples

This folder contains various extension projects using TVM, they also serve as examples on how to use TVM in your own project.

  • extension How to extend TVM C++ api along with python API.
  • ios_rpc iOS RPC server.
  • android_rpc Android RPC server.
  • benchmark Example end to end compilation benchmarks
  • howto_deploy Tutorial on how to deploy TVM with minimum code dependency.
  • wasm_standalone WebAssembly standalone for deep learning framework with TVM runtime.