onnxruntime-tvm/apps
Tianqi Chen f2ab736b61 [RUNTIME] Enable extension type to PackedFunc. (#447)
* [RUNTIME] Enable extension type to PackedFunc.

* More comments
2017-09-11 17:29:18 -07:00
..
android_rpc [APP] enhance android ui (#441) 2017-09-08 22:52:43 -07:00
cpp_deploy [DOCS][APP] Add Example for C++ deployment (#398) 2017-08-30 08:50:36 -07:00
extension [RUNTIME] Enable extension type to PackedFunc. (#447) 2017-09-11 17:29:18 -07:00
graph_executor [FIX] Pass the attributes of master node (#304) 2017-08-09 08:32:37 -07:00
ios_rpc [iOS] Better RPC guide and bug fix (#357) 2017-08-20 09:05:23 -07:00
README.md [DOCS][APP] Add Example for C++ deployment (#398) 2017-08-30 08:50:36 -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.