[RELAY][AUTOTVM] Extract tuning tasks from Relay programs (#2181)
Showing
- python/tvm/autotvm/task/__init__.py 1 addition, 0 deletionspython/tvm/autotvm/task/__init__.py
- python/tvm/autotvm/task/nnvm_integration.py 29 additions, 202 deletionspython/tvm/autotvm/task/nnvm_integration.py
- python/tvm/autotvm/task/relay_integration.py 200 additions, 0 deletionspython/tvm/autotvm/task/relay_integration.py
- python/tvm/autotvm/task/topi_integration.py 189 additions, 3 deletionspython/tvm/autotvm/task/topi_integration.py
- tests/python/relay/test_autotvm_task_extraction.py 56 additions, 0 deletionstests/python/relay/test_autotvm_task_extraction.py
- topi/python/topi/x86/conv2d.py 1 addition, 1 deletiontopi/python/topi/x86/conv2d.py
- topi/python/topi/x86/depthwise_conv2d.py 1 addition, 1 deletiontopi/python/topi/x86/depthwise_conv2d.py
python/tvm/autotvm/task/relay_integration.py
0 → 100644
Please register or sign in to comment