-
- Downloads
[RUNTIME][COMPILER] Formal compiler pipeline, runtime wrapper module (#21)
* [RUNTIME][COMPILER] Formal compiler pipeline, runtime wrapper module * more detailed comments
Showing
- nnvm/python/nnvm/compiler/__init__.py 1 addition, 1 deletionnnvm/python/nnvm/compiler/__init__.py
- nnvm/python/nnvm/compiler/build_module.py 115 additions, 11 deletionsnnvm/python/nnvm/compiler/build_module.py
- nnvm/python/nnvm/compiler/graph_pass.py 0 additions, 78 deletionsnnvm/python/nnvm/compiler/graph_pass.py
- nnvm/python/nnvm/compiler/graph_util.py 80 additions, 0 deletionsnnvm/python/nnvm/compiler/graph_util.py
- nnvm/python/nnvm/runtime.py 78 additions, 3 deletionsnnvm/python/nnvm/runtime.py
- nnvm/src/compiler/graph_fuse.cc 7 additions, 2 deletionsnnvm/src/compiler/graph_fuse.cc
- nnvm/src/compiler/packed_func_ext.cc 4 additions, 0 deletionsnnvm/src/compiler/packed_func_ext.cc
- nnvm/tests/python/compiler/test_build.py 38 additions, 21 deletionsnnvm/tests/python/compiler/test_build.py
- nnvm/tests/python/compiler/test_graph_pass.py 3 additions, 3 deletionsnnvm/tests/python/compiler/test_graph_pass.py
- nnvm/tests/python/compiler/test_rpc_exec.py 1 addition, 1 deletionnnvm/tests/python/compiler/test_rpc_exec.py
- nnvm/tests/python/compiler/test_simplify_batchnorm.py 2 additions, 2 deletionsnnvm/tests/python/compiler/test_simplify_batchnorm.py
- nnvm/tests/python/compiler/test_top_level1.py 9 additions, 6 deletionsnnvm/tests/python/compiler/test_top_level1.py
- nnvm/tests/python/compiler/test_top_level2.py 2 additions, 2 deletionsnnvm/tests/python/compiler/test_top_level2.py
Loading
Please register or sign in to comment