File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ There are several ways to install the package:
4949 export PYTHONPATH=/path/to/nnvm/python:${PYTHONPATH}
5050 ```
5151
52- 2. Install tvm python bindings by ` setup.py` :
52+ 2. Install nnvm python bindings by ` setup.py` :
5353
5454 ` ` ` bash
55- # install tvm package for the current user
55+ # install nnvm package for the current user
5656 # NOTE: if you installed python via homebrew, --user is not needed during installaiton
5757 # it will be automatically installed to your user directory.
5858 # providing --user flag may trigger error during installation in such case.
Original file line number Diff line number Diff line change 11Core Tensor Operators
22=====================
33
4- This page contains the list of core tensor operator primitives re -defined in NNVM.
4+ This page contains the list of core tensor operator primitives pre -defined in NNVM.
55The core tensor operator primitives(``nnvm.top ``) covers typical workloads in deep learning.
66They can represent workloads in front-end frameworks, and provide basic building blocks for optimization.
77Since deep learning is a fast evolving field and it is that possible to have operators that are not in here.
You can’t perform that action at this time.
0 commit comments