tree: 3aedd36967ce8bc64f2afa5dfd13cce5cdf99c0b [path history] [tgz]
  1. src/
  2. build.rs
  3. Cargo.toml
  4. README.md
rust/tvm-sys/README.md

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.