[AutoTVM]Improve graph tuner for multiple subgraphs (#3490)
authorYao Wang <kevinthesunwy@gmail.com>
Fri, 19 Jul 2019 20:19:37 +0000 (13:19 -0700)
committerYizhi Liu <liuyizhi@apache.org>
Fri, 19 Jul 2019 20:19:37 +0000 (13:19 -0700)
commitbe26083620f5ac63db2a802c070ad9a85c2ef218
tree173ecdec55ea7583a753c1da29a4de35c004579b
parent6b5fbdad97708938f6fc643f7afab83693df24d8
[AutoTVM]Improve graph tuner for multiple subgraphs (#3490)

* Improve boundary nodes in graph tuner

* Limit output node number

* Fix test

* Improve warning.

* Fix test
python/tvm/autotvm/graph_tuner/_base.py
python/tvm/autotvm/graph_tuner/base_graph_tuner.py
python/tvm/autotvm/graph_tuner/dynamic_programming_stage.py
python/tvm/autotvm/graph_tuner/dynamic_programming_tuner.py
python/tvm/autotvm/graph_tuner/pbqp_tuner.py
python/tvm/autotvm/graph_tuner/utils/__init__.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