This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit b540eefd0dabeded73d4585b744b73581131a80b Author: Jared Roesch <[email protected]> AuthorDate: Tue Feb 23 10:46:38 2021 -0800 Add README for tvm-graph-rt --- rust/tvm-graph-rt/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/tvm-graph-rt/README.md b/rust/tvm-graph-rt/README.md new file mode 100644 index 0000000..d224910 --- /dev/null +++ b/rust/tvm-graph-rt/README.md @@ -0,0 +1,3 @@ +# tvm-graph-rt + +An implementation of TVM's graph runtime in Rust. See `tvm` crate for more documentation.
