tvm-sys 0.1.1-alpha

Low level bindings to TVM's cross language API.
docs.rs failed to build tvm-sys-0.1.1-alpha
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.