[AUTOTVM] Core part of auto-tuning module (#1312)
Showing
docs/api/python/autotvm.rst
0 → 100644
python/tvm/autotvm/__init__.py
0 → 100644
python/tvm/autotvm/database.py
0 → 100644
python/tvm/autotvm/env.py
0 → 100644
python/tvm/autotvm/feature.py
0 → 100644
python/tvm/autotvm/measure/__init__.py
0 → 100644
python/tvm/autotvm/measure/executor.py
0 → 100644
python/tvm/autotvm/measure/local_executor.py
0 → 100644
python/tvm/autotvm/measure/measure.py
0 → 100644
python/tvm/autotvm/record.py
0 → 100644
python/tvm/autotvm/task/__init__.py
0 → 100644
python/tvm/autotvm/task/code_hash.py
0 → 100644
python/tvm/autotvm/task/dispatcher.py
0 → 100644
python/tvm/autotvm/task/space.py
0 → 100644
python/tvm/autotvm/task/task.py
0 → 100644
python/tvm/autotvm/tuner/__init__.py
0 → 100644
python/tvm/autotvm/tuner/callback.py
0 → 100644
python/tvm/autotvm/tuner/cost_model.py
0 → 100644
python/tvm/autotvm/tuner/ga_tuner.py
0 → 100644
python/tvm/autotvm/tuner/gridsearch_tuner.py
0 → 100644
python/tvm/autotvm/tuner/metric.py
0 → 100644
python/tvm/autotvm/tuner/tuner.py
0 → 100644
python/tvm/autotvm/tuner/xgboost_tuner.py
0 → 100644
python/tvm/autotvm/util.py
0 → 100644
src/autotvm/feature_visitor.cc
0 → 100644
src/autotvm/feature_visitor.h
0 → 100644
src/autotvm/touch_extractor.cc
0 → 100644
src/autotvm/touch_extractor.h
0 → 100644
tests/python/integration/test_tuning.py
0 → 100644
tests/python/unittest/test_autotvm_common.py
0 → 100644
tests/python/unittest/test_autotvm_record.py
0 → 100644
tests/python/unittest/test_autotvm_space.py
0 → 100644
tutorials/autotvm/README.txt
0 → 100644
tutorials/autotvm/tune_cuda_conv2d.py
0 → 100644
tutorials/autotvm/tune_simple_template.py
0 → 100644
Please
register
or
sign in
to comment