tree: 3b809b285f46c03925bd92acf3ed7b310811bc60 [path history] [tgz]
  1. android_camera/
  2. android_deploy/
  3. android_rpc/
  4. benchmark/
  5. bundle_deploy/
  6. cpp_clml/
  7. cpp_rpc/
  8. cpp_rtvm/
  9. dso_plugin_module/
  10. extension/
  11. hexagon_api/
  12. hexagon_launcher/
  13. howto_deploy/
  14. ios_rpc/
  15. lldb/
  16. microtvm/
  17. pt_tvmdsoop/
  18. relax_examples/
  19. rocm_rpc/
  20. sgx/
  21. tf_tvmdsoop/
  22. topi_recipe/
  23. uma/
  24. vta_rpc/
  25. wasm-standalone/
  26. 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.