Crate tvm_sys[][src]

Expand description

This crate contains the minimal interface over TVM’s C runtime API.

These common bindings are useful to both runtimes written in Rust, as well as higher level API bindings.

See the tvm-rt or tvm crates for full bindings to the TVM API.

Re-exports

pub use byte_array::ByteArray;
pub use datatype::DataType;
pub use device::Device;
pub use device::DeviceType;
pub use errors::*;
pub use packed_func::ArgValue;
pub use packed_func::RetValue;

Modules

Provides Device and related device queries.

The low-level C runtime FFI API for TVM.

Macros

Calls a packed function and returns a RetValue.