Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 388 Bytes

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