This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 1290213 Upgrade tensorflow to version to 2.6.x (#10084)
add 0770ac3 [Meta Schedule] Refactor meta schedule testing utils (#10648)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/testing/__init__.py | 1 +
python/tvm/meta_schedule/testing/utils.py | 112 +++++++++++++++++++++
.../unittest/test_meta_schedule_integration.py | 39 +------
.../test_meta_schedule_measure_callback.py | 72 +------------
.../unittest/test_meta_schedule_search_strategy.py | 53 +---------
.../unittest/test_meta_schedule_task_scheduler.py | 70 +------------
6 files changed, 119 insertions(+), 228 deletions(-)
create mode 100644 python/tvm/meta_schedule/testing/utils.py