Add optimizer (#334)
Showing
- nnvm/docs/top.rst 22 additions, 20 deletionsnnvm/docs/top.rst
- nnvm/include/nnvm/top/tensor.h 10 additions, 0 deletionsnnvm/include/nnvm/top/tensor.h
- nnvm/python/nnvm/_base.py 3 additions, 0 deletionsnnvm/python/nnvm/_base.py
- nnvm/python/nnvm/compiler/build_module.py 57 additions, 0 deletionsnnvm/python/nnvm/compiler/build_module.py
- nnvm/python/nnvm/compiler/lr_scheduler.py 58 additions, 0 deletionsnnvm/python/nnvm/compiler/lr_scheduler.py
- nnvm/python/nnvm/compiler/optimizer.py 131 additions, 0 deletionsnnvm/python/nnvm/compiler/optimizer.py
- nnvm/python/nnvm/symbol.py 17 additions, 4 deletionsnnvm/python/nnvm/symbol.py
- nnvm/python/nnvm/top/attr_dict.py 15 additions, 0 deletionsnnvm/python/nnvm/top/attr_dict.py
- nnvm/python/nnvm/top/tensor.py 92 additions, 0 deletionsnnvm/python/nnvm/top/tensor.py
- nnvm/python/nnvm/top/transform.py 27 additions, 0 deletionsnnvm/python/nnvm/top/transform.py
- nnvm/src/top/nn/nn.cc 15 additions, 17 deletionsnnvm/src/top/nn/nn.cc
- nnvm/src/top/tensor/elemwise.cc 89 additions, 14 deletionsnnvm/src/top/tensor/elemwise.cc
- nnvm/src/top/tensor/reduce.cc 14 additions, 2 deletionsnnvm/src/top/tensor/reduce.cc
- nnvm/src/top/tensor/state_op.cc 9 additions, 0 deletionsnnvm/src/top/tensor/state_op.cc
- nnvm/src/top/tensor/transform.cc 15 additions, 20 deletionsnnvm/src/top/tensor/transform.cc
- nnvm/tests/python/compiler/test_optimizer.py 118 additions, 0 deletionsnnvm/tests/python/compiler/test_optimizer.py
- nnvm/tests/python/compiler/test_top_level1.py 78 additions, 57 deletionsnnvm/tests/python/compiler/test_top_level1.py
- nnvm/tests/python/compiler/test_top_level4.py 272 additions, 0 deletionsnnvm/tests/python/compiler/test_top_level4.py
Loading
Please register or sign in to comment