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
- Host: GitHub
- URL: https://github.com/nhynes/tvm-rs
- Owner: nhynes
- License: apache-2.0
- Created: 2018-05-21T04:32:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T04:27:02.000Z (about 7 years ago)
- Last Synced: 2025-06-27T08:13:34.350Z (3 months ago)
- Topics: nnvm, rust, tensor, tvm
- Language: Rust
- Homepage:
- Size: 77.1 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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