tree: b2e3b44f0b69e9ede010a7e1c5a1ad7674cafe67 [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. hexagon_api/
  10. hexagon_launcher/
  11. howto_deploy/
  12. ios_rpc/
  13. lldb/
  14. microtvm/
  15. pt_tvmdsoop/
  16. rocm_rpc/
  17. sgx/
  18. tf_tvmdsoop/
  19. topi_recipe/
  20. uma/
  21. vta_rpc/
  22. wasm-standalone/
  23. 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.