tvm-sys 0.1.1-alpha

Low level bindings to TVM's cross language API.
1
2
3
4
5
6
7
8
9
10
11
# tvm-sys

The low level bindings to TVM's C APIs for interacting with the runtime,
the cross-language object system, and packed function API.

These will generate bindings to TVM, if you set `TVM_HOME` variable before
building it will instruct the bindings to use your source tree, if not the
crate will use `tvm-build` in order to build a sandboxed version of the library.

This feature is intended to simplify the installation for brand new TVM users
by trying to automate the build process as much as possible.