This is an automated email from the ASF dual-hosted git repository.
leandron pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from f9ae487aee [Keras][Bugfix] fix a bug about alpha attribute in
LeakyReLU which lead to passes conflict (#14707)
add c254b75705 [AutoTVM] Added Droplet algorithm in TVM (#14683)
No new revisions were added by this update.
Summary of changes:
python/tvm/autotvm/tuner/__init__.py | 1 +
python/tvm/autotvm/tuner/droplet_turner.py | 127 +++++++++++++++++++++
.../python/unittest/test_autotvm_droplet_tuner.py | 57 +++++++++
3 files changed, 185 insertions(+)
create mode 100644 python/tvm/autotvm/tuner/droplet_turner.py
create mode 100644 tests/python/unittest/test_autotvm_droplet_tuner.py