Crates.io | tvm-sys |
lib.rs | tvm-sys |
version | 0.1.1-alpha |
source | src |
created_at | 2018-05-29 16:24:02.462745 |
updated_at | 2021-02-23 18:42:25.040792 |
description | Low level bindings to TVM's cross language API. |
homepage | |
repository | |
max_upload_size | |
id | 67643 |
size | 48,548 |
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.