An open API service indexing awesome lists of open source software.

https://github.com/nhynes/tvm-rs

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

nnvm rust tensor tvm

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# TVM Rust Runtime

[docs](https://docs.rs/tvm/0.1.0/tvm/)

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`](https://github.com/bluss/ndarray)
* **Web Assembly**
* **SGX**
* integration with the TVM Python module system