Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tvm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cld
ml
tvm
Commits
fafa768b
Commit
fafa768b
authored
7 years ago
by
Tianqi Chen
Browse files
Options
Downloads
Patches
Plain Diff
[DOCS] update docs (#67)
parent
45584004
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nnvm/README.md
+12
-2
12 additions, 2 deletions
nnvm/README.md
nnvm/docs/index.rst
+3
-3
3 additions, 3 deletions
nnvm/docs/index.rst
with
15 additions
and
5 deletions
nnvm/README.md
+
12
−
2
View file @
fafa768b
# NNVM: Open Compiler for AI Frameworks
[

](https://travis-ci.org/dmlc/nnvm)
[

](./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.
This diff is collapsed.
Click to expand it.
nnvm/docs/index.rst
+
3
−
3
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment