11328f64f9 | ||
---|---|---|
.. | ||
extension | ||
graph_executor | ||
ios_rpc | ||
README.md |
README.md
TVM Application Extensions
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.
- graph_executor Build nnvm graph executor with TVM.