-
- Downloads
[NNVM] Example NNVM integration. (#182)
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Makefile 2 additions, 1 deletionMakefile
- examples/extension/Makefile 6 additions, 1 deletionexamples/extension/Makefile
- examples/extension/README.md 1 addition, 1 deletionexamples/extension/README.md
- examples/extension/python/tvm_ext/__init__.py 3 additions, 3 deletionsexamples/extension/python/tvm_ext/__init__.py
- examples/graph_executor/Makefile 56 additions, 0 deletionsexamples/graph_executor/Makefile
- examples/graph_executor/README.md 6 additions, 0 deletionsexamples/graph_executor/README.md
- examples/graph_executor/python/tvm_graph/__init__.py 9 additions, 0 deletionsexamples/graph_executor/python/tvm_graph/__init__.py
- examples/graph_executor/python/tvm_graph/_base.py 20 additions, 0 deletionsexamples/graph_executor/python/tvm_graph/_base.py
- examples/graph_executor/python/tvm_graph/build.py 46 additions, 0 deletionsexamples/graph_executor/python/tvm_graph/build.py
- examples/graph_executor/python/tvm_graph/op_tvm_def.py 16 additions, 0 deletionsexamples/graph_executor/python/tvm_graph/op_tvm_def.py
- examples/graph_executor/src/graph_executor.cc 276 additions, 0 deletionsexamples/graph_executor/src/graph_executor.cc
- examples/graph_executor/src/graph_pass.cc 340 additions, 0 deletionsexamples/graph_executor/src/graph_pass.cc
- examples/graph_executor/src/op_attr_types.h 92 additions, 0 deletionsexamples/graph_executor/src/op_attr_types.h
- examples/graph_executor/src/op_decl.cc 42 additions, 0 deletionsexamples/graph_executor/src/op_decl.cc
- examples/graph_executor/src/op_tvm_def.cc 47 additions, 0 deletionsexamples/graph_executor/src/op_tvm_def.cc
- examples/graph_executor/tests/test_executor.py 32 additions, 0 deletionsexamples/graph_executor/tests/test_executor.py
- python/tvm/_ffi/_ctypes/function.py 3 additions, 0 deletionspython/tvm/_ffi/_ctypes/function.py
- python/tvm/_ffi/_cython/function.pxi 4 additions, 1 deletionpython/tvm/_ffi/_cython/function.pxi
- tests/scripts/task_python_integration.sh 11 additions, 3 deletionstests/scripts/task_python_integration.sh
examples/graph_executor/Makefile
0 → 100644
examples/graph_executor/README.md
0 → 100644
examples/graph_executor/src/graph_pass.cc
0 → 100644
examples/graph_executor/src/op_attr_types.h
0 → 100644
examples/graph_executor/src/op_decl.cc
0 → 100644
examples/graph_executor/src/op_tvm_def.cc
0 → 100644
Please register or sign in to comment