Skip to content

nhynes/tvm-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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