[COMPILER] Initial compiler infra (#12)
Showing
nnvm/include/nnvm/compiler/op_attr_types.h
0 → 100644
nnvm/include/nnvm/compiler/packed_func_ext.h
0 → 100644
nnvm/python/nnvm/compiler/__init__.py
0 → 100644
nnvm/python/nnvm/compiler/build_module.py
0 → 100644
nnvm/python/nnvm/compiler/graph_attr.py
0 → 100644
nnvm/python/nnvm/compiler/graph_pass.py
0 → 100644
nnvm/python/nnvm/compiler/registry.py
0 → 100644
nnvm/python/nnvm/runtime.py
0 → 100644
nnvm/python/nnvm/top/__init__.py
0 → 100644
nnvm/python/nnvm/top/attr_dict.py
0 → 100644
nnvm/python/nnvm/top/nn.py
0 → 100644
nnvm/python/nnvm/top/tensor.py
0 → 100644
nnvm/src/compiler/packed_func_ext.cc
0 → 100644
nnvm/src/compiler/pass/graph_fuse.cc
0 → 100644
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/pass/layout_transform.cc
0 → 100644
nnvm/src/compiler/pass/prune_graph.cc
0 → 100644
nnvm/tests/lint/pylintrc
0 → 100644
This diff is collapsed.
Click to expand it.
nnvm/tests/python/compiler/test_build.py
0 → 100644
nnvm/tests/python/compiler/test_rpc_exec.py
0 → 100644
Please
register
or
sign in
to comment