Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
fafa768b
Commit
fafa768b
authored
Oct 05, 2017
by
Tianqi Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCS] update docs (#67)
parent
45584004
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
nnvm/README.md
+12
-2
nnvm/docs/index.rst
+3
-3
No files found.
nnvm/README.md
View file @
fafa768b
# 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:
...
...
@@ -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.
nnvm/docs/index.rst
View file @
fafa768b
NNVM Documentation
==================
This is a document about NNVM and NNVM compiler.
Contents
--------
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment