Commit fafa768b by Tianqi Chen

[DOCS] update docs (#67)

parent 45584004
# NNVM: Open Compiler for AI Frameworks # NNVM: Open Compiler for AI Frameworks
[![Build Status](https://travis-ci.org/dmlc/nnvm.svg?branch=master)](https://travis-ci.org/dmlc/nnvm) [![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) [![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. 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: It is backed by the [TVM stack](http://tvmlang.org) and provides modules to:
...@@ -49,6 +53,12 @@ rmodule.set_input(**params) ...@@ -49,6 +53,12 @@ rmodule.set_input(**params)
rmodule.run() 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. - [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. - [Apache MXNet](http://mxnet.io/) uses NNVM as a backend.
NNVM Documentation NNVM Documentation
================== ==================
This is a document about NNVM and NNVM compiler.
Contents Contents
-------- --------
...@@ -9,11 +9,11 @@ Contents ...@@ -9,11 +9,11 @@ Contents
:maxdepth: 1 :maxdepth: 1
self self
top
how_to/install how_to/install
tutorials/index tutorials/index
top
json_spec
how_to/contribute how_to/contribute
how_to/deploy how_to/deploy
json_spec
api/python/index api/python/index
dev/index dev/index
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment