# 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](../topi). - [extension](extension) How to extend TVM C++ api along with python API. - [graph_executor](graph_executor) Build nnvm graph executor with TVM. - [ios_rpc](ios_rpc) iOS RPC server. - [android_rpc](android_rpc) Android RPC server. - [cpp_deploy](cpp_deploy) Example to deploy with C++ runtime.