Separate fusion and Compilation (#1564)
* Separate fusion and compilation * fix description of graph_fuse.h * fix lint * fix @masahi 's comments, move fusion out of target * fix graph passing and make fused_entries singula in graph attr * fix typo * fix some comments * run test again * remove rvalue for graphfuse and graphfindfusiablegroups
Showing
- nnvm/python/nnvm/compiler/build_module.py 3 additions, 1 deletionnnvm/python/nnvm/compiler/build_module.py
- nnvm/src/compiler/graph_compile.cc 259 additions, 0 deletionsnnvm/src/compiler/graph_compile.cc
- nnvm/src/compiler/graph_fuse.cc 46 additions, 287 deletionsnnvm/src/compiler/graph_fuse.cc
- nnvm/src/compiler/graph_fuse.h 80 additions, 0 deletionsnnvm/src/compiler/graph_fuse.h
nnvm/src/compiler/graph_compile.cc
0 → 100644
nnvm/src/compiler/graph_fuse.h
0 → 100644
Please register or sign in to comment