Improve graph tuner dealing with Tuple (#3649)
authorYao Wang <kevinthesunwy@gmail.com>
Sun, 11 Aug 2019 16:36:13 +0000 (09:36 -0700)
committerYizhi Liu <liuyizhi@apache.org>
Sun, 11 Aug 2019 16:36:13 +0000 (00:36 +0800)
commit4f12046402da30f7c5b2afc8d3ed3071435137cb
tree2f10f12ebc95fcd204a58187d640ff01708ca8b9
parent3d4ba8d3277cbf7996cf8ef05c6389bb206eff77
Improve graph tuner dealing with Tuple (#3649)

* Improve graph tuner dealing with Tuple

* Add test case

* Move some data out of _base.py

* Fix lint
python/tvm/autotvm/graph_tuner/_base.py
python/tvm/autotvm/graph_tuner/base_graph_tuner.py
python/tvm/autotvm/graph_tuner/utils/traverse_graph.py
python/tvm/autotvm/graph_tuner/utils/utils.py
tests/python/unittest/test_graph_tuner_core.py