/tvm-rs

DEPRECATED: this repo has been moved into https://github.com/dmlc/tvm/blob/master/rust

Primary LanguageRustApache License 2.0Apache-2.0

TVM Rust Runtime

docs

This crate provides a static TVM runtime which is compatible with the original C++ implementation. In particular, it supports

  • NNVM graphs (training and inference)
  • threading
  • convertions to and from ndarray
  • Web Assembly
  • SGX
  • integration with the TVM Python module system