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
0aafbff4
Commit
0aafbff4
authored
Sep 29, 2017
by
Tianqi Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docs issue (#59)
parent
e5557b04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
nnvm/docs/how_to/install.md
+2
-2
nnvm/docs/top.rst
+1
-1
No files found.
nnvm/docs/how_to/install.md
View file @
0aafbff4
...
...
@@ -49,10 +49,10 @@ There are several ways to install the package:
export PYTHONPATH=/path/to/nnvm/python:${PYTHONPATH}
```
2.
Install
t
vm python bindings by
`setup.py`
:
2.
Install
nn
vm python bindings by
`setup.py`
:
```bash
# install
t
vm package for the current user
# install
nn
vm package for the current user
# NOTE: if you installed python via homebrew, --user is not needed during installaiton
# it will be automatically installed to your user directory.
# providing --user flag may trigger error during installation in such case.
...
...
nnvm/docs/top.rst
View file @
0aafbff4
Core Tensor Operators
=====================
This page contains the list of core tensor operator primitives re-defined in NNVM.
This page contains the list of core tensor operator primitives
p
re-defined in NNVM.
The core tensor operator primitives(``nnvm.top``) covers typical workloads in deep learning.
They can represent workloads in front-end frameworks, and provide basic building blocks for optimization.
Since deep learning is a fast evolving field and it is that possible to have operators that are not in here.
...
...
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