Commit 0aafbff4 by Tianqi Chen

Fix docs issue (#59)

parent e5557b04
......@@ -49,10 +49,10 @@ There are several ways to install the package:
export PYTHONPATH=/path/to/nnvm/python:${PYTHONPATH}
```
2. Install tvm python bindings by `setup.py`:
2. Install nnvm python bindings by `setup.py`:
```bash
# install tvm package for the current user
# install nnvm 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.
......
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 pre-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.
......
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