tree: 11419476716568755252d906df36b3f88f79d31d [path history] [tgz]
  1. python/
  2. src/
  3. tests/
  4. .gitignore
  5. Makefile
  6. README.md
apps/extension/README.md

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.

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