Add a the ability to trigger debugging in the interpreter without recompiling (#2219)
Showing
- include/tvm/relay/attrs/debug.h 29 additions, 0 deletionsinclude/tvm/relay/attrs/debug.h
- include/tvm/relay/op_attr_types.h 5 additions, 0 deletionsinclude/tvm/relay/op_attr_types.h
- python/tvm/relay/__init__.py 1 addition, 6 deletionspython/tvm/relay/__init__.py
- python/tvm/relay/debug.py 25 additions, 0 deletionspython/tvm/relay/debug.py
- python/tvm/relay/op/__init__.py 2 additions, 0 deletionspython/tvm/relay/op/__init__.py
- python/tvm/relay/op/op.py 16 additions, 0 deletionspython/tvm/relay/op/op.py
- src/relay/backend/interpreter.cc 62 additions, 1 deletionsrc/relay/backend/interpreter.cc
- src/relay/op/debug.cc 54 additions, 0 deletionssrc/relay/op/debug.cc
- tests/python/relay/test_debug.py 32 additions, 0 deletionstests/python/relay/test_debug.py
Loading
Please register or sign in to comment