d454f570d6 | ||
---|---|---|
.. | ||
android_deploy | ||
android_rpc | ||
extension | ||
howto_deploy | ||
ios_rpc | ||
rocm_rpc | ||
sgx | ||
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. If you are interested in end to end deep learning model compilation, checkout NNVM Compiler.
- extension How to extend TVM C++ api along with python API.
- ios_rpc iOS RPC server.
- android_rpc Android RPC server.
- howto_deploy Tutorial on how to deploy TVM with minimum code dependency.