onnxruntime-tvm/apps
Andrew Tulloch 001ab52509 Bundled interpreter demo (#2297) 2018-12-18 18:00:42 -08:00
..
android_deploy Fix a crash in android_deploy demo. (#2073) 2018-11-07 09:06:05 -08:00
android_rpc [RUNTIME] Add fp16/fp32 conversion functions (#1766) 2018-09-24 20:13:34 -07:00
benchmark [AUTOTVM] Misc fix to document and style (#2035) 2018-10-30 19:20:53 -07:00
bundle_deploy Bundled interpreter demo (#2297) 2018-12-18 18:00:42 -08:00
extension [APPS] add an external dll call example (#2156) 2018-11-22 10:32:00 -08:00
howto_deploy [DOCS] fix link (#2157) 2018-11-21 23:35:53 -08:00
ios_rpc [RUNTIME] Add fp16/fp32 conversion functions (#1766) 2018-09-24 20:13:34 -07:00
pynq_rpc [VTA] pynq v2.1 -> v2.3 (#1945) 2018-10-20 21:55:12 -07:00
rocm_rpc [RUNTIME] Add fp16/fp32 conversion functions (#1766) 2018-09-24 20:13:34 -07:00
sgx Update SGX example (#1933) 2018-10-19 09:34:18 -07:00
README.md

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.

If you are interested in writing optimized kernels with TVM, checkout TOPI: TVM Operator Inventory.

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