README.md 322 Bytes
Newer Older
1 2 3 4 5
Example Extension Library
=========================
This folder contains an example extension library of TVM.
It demonstrates how can other library extend TVM in both C++ and python API.

6
- The library extends TVM's functionality.
7
- The python module load the new shared library and can interpolate with TVM's python API.