Skip to content

Commit

Permalink
[DOCS] update docs (apache#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and sergei-mironov committed Aug 8, 2018
1 parent 9037fd1 commit 38e0ab7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions nnvm/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# NNVM: Open Compiler for AI Frameworks

[![Build Status](https://travis-ci.org/dmlc/nnvm.svg?branch=master)](https://travis-ci.org/dmlc/nnvm)
[![GitHub license](http://dmlc.github.io/img/apache2.svg)](./LICENSE)

[Installation](docs/how_to/install.md) |
[Documentation](http://nnvm.tvmlang.org) |
[Tutorials](http://nnvm.tvmlang.org/tutorials/index.html) |
[Release Notes](NEWS.md)

NNVM compiler offers reusable computation graph optimization and compilation for deep learning systems.
It is backed by the [TVM stack](http://tvmlang.org) and provides modules to:

Expand Down Expand Up @@ -49,6 +53,12 @@ rmodule.set_input(**params)
rmodule.run()
```

## Links
License
-------
Licensed under an [Apache-2.0](https://github.com/dmlc/tvm/blob/master/LICENSE) license.


Links
-----
- [TinyFlow](https://github.com/tqchen/tinyflow) on how you can use NNVM to build a TensorFlow like API.
- [Apache MXNet](http://mxnet.io/) uses NNVM as a backend.
6 changes: 3 additions & 3 deletions nnvm/docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NNVM Documentation
==================

This is a document about NNVM and NNVM compiler.

Contents
--------
Expand All @@ -9,11 +9,11 @@ Contents
:maxdepth: 1

self
top
how_to/install
tutorials/index
top
json_spec
how_to/contribute
how_to/deploy
json_spec
api/python/index
dev/index

0 comments on commit 38e0ab7

Please sign in to comment.