onnxruntime-tvm/apps/extension
Tianqi Chen ff5dffa440
[APPS] add an external dll call example (#2156)
2018-11-22 10:32:00 -08:00
..
python/tvm_ext [APPS] add an external dll call example (#2156) 2018-11-22 10:32:00 -08:00
src [APPS] add an external dll call example (#2156) 2018-11-22 10:32:00 -08:00
tests [APPS] add an external dll call example (#2156) 2018-11-22 10:32:00 -08:00
.gitignore
Makefile
README.md

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.