onnxruntime-tvm/apps
Tianqi Chen d454f570d6 Update README.md 2018-05-10 20:38:37 -07:00
..
android_deploy [WIP] Linux/Android native deploy (#980) 2018-03-29 09:39:38 -07:00
android_rpc RPC session connection request information persist app locally (#1098) 2018-04-12 17:00:41 -07:00
extension [EXT] Allow easy extraction of extern module (#926) 2018-02-23 10:24:17 -08:00
howto_deploy Fix the issue #1036 (#1040) 2018-03-24 08:42:05 -07:00
ios_rpc [RPC] Refactor, introduce tracker (#1080) 2018-04-04 20:40:41 -07:00
rocm_rpc Update README.md 2018-05-10 20:38:37 -07:00
sgx Add SGXModule (#1019) 2018-04-09 22:24:19 -07:00
README.md fixing typo in apps/README.md (#538) 2017-10-11 09:41:37 -07:00

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. If you are interested in end to end deep learning model compilation, checkout NNVM Compiler.