-
- Downloads
[PASS] PrecomputePrune, add testcase (#14)
* [PASS] PrecomputePrune, add testcase * update comment
Showing
- nnvm/Makefile 2 additions, 1 deletionnnvm/Makefile
- nnvm/python/nnvm/compiler/__init__.py 1 addition, 1 deletionnnvm/python/nnvm/compiler/__init__.py
- nnvm/python/nnvm/compiler/build_module.py 78 additions, 7 deletionsnnvm/python/nnvm/compiler/build_module.py
- nnvm/python/nnvm/compiler/graph_attr.py 48 additions, 16 deletionsnnvm/python/nnvm/compiler/graph_attr.py
- nnvm/python/nnvm/compiler/graph_pass.py 55 additions, 0 deletionsnnvm/python/nnvm/compiler/graph_pass.py
- nnvm/python/nnvm/graph.py 6 additions, 0 deletionsnnvm/python/nnvm/graph.py
- nnvm/python/nnvm/top/attr_dict.py 15 additions, 0 deletionsnnvm/python/nnvm/top/attr_dict.py
- nnvm/python/nnvm/top/tensor.py 17 additions, 0 deletionsnnvm/python/nnvm/top/tensor.py
- nnvm/src/compiler/packed_func_ext.cc 14 additions, 0 deletionsnnvm/src/compiler/packed_func_ext.cc
- nnvm/src/compiler/pass/graph_fuse.cc 0 additions, 8 deletionsnnvm/src/compiler/pass/graph_fuse.cc
- nnvm/src/compiler/pass/layout_transform.cc 1 addition, 1 deletionnnvm/src/compiler/pass/layout_transform.cc
- nnvm/src/compiler/pass/precompute_prune.cc 23 additions, 14 deletionsnnvm/src/compiler/pass/precompute_prune.cc
- nnvm/tests/python/compiler/test_build.py 34 additions, 2 deletionsnnvm/tests/python/compiler/test_build.py
- nnvm/tests/python/compiler/test_graph_pass.py 18 additions, 0 deletionsnnvm/tests/python/compiler/test_graph_pass.py
Loading
Please register or sign in to comment