This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 643cf60f40 [Relax][TFLite] Add test coverage for Reduction operations
(#18971) (#19370)
add 7dcdb56273 [Docs] Add API reference for tvm.s_tir submodules: dlight,
meta_schedule, backend (#19369)
add fb6453a817 [Relax][TFLite] Fix `MIRROR_PAD`/`ONE_HOT` converters and
add tests for `PAD`, `PADV2`, `MIRROR_PAD`, `TOPK_V2`, `ONE_HOT` (#19373)
add 4f5a17a4ae [BugFix][Relax] Fix ONNX Clip converter for opset 11-12
(#19375)
add 5d6c972674 [BugFix][Relax] Fix ONNX `get_converter` index underflow
for old opsets (#19376)
add 726edbf54b [Docs] Complete API reference for tvm.relax backend and
testing modules (#19378)
No new revisions were added by this update.
Summary of changes:
docs/reference/api/python/index.rst | 3 +
docs/reference/api/python/meta_schedule.rst | 123 +++++++++++++++++++++
.../api/python/relax/{frontend.rst => backend.rst} | 61 ++++++----
docs/reference/api/python/relax/distributed.rst | 6 +
docs/reference/api/python/relax/frontend.rst | 6 +
.../python/{transform.rst => relax/testing.rst} | 6 +-
docs/reference/api/python/relax/transform.rst | 101 +++++++++++++++++
.../api/python/{topi.rst => s_tir/backend.rst} | 31 +++---
docs/reference/api/python/s_tir/dlight.rst | 44 ++++++++
python/tvm/relax/frontend/onnx/onnx_frontend.py | 29 +++--
.../tvm/relax/frontend/tflite/tflite_frontend.py | 24 +++-
.../tvm/s_tir/meta_schedule/database/database.py | 4 +
.../database/ordered_union_database.py | 102 ++++++++---------
.../s_tir/meta_schedule/database/union_database.py | 102 ++++++++---------
tests/python/relax/test_frontend_onnx.py | 14 ++-
tests/python/relax/test_frontend_tflite.py | 111 +++++++++++++++++++
16 files changed, 605 insertions(+), 162 deletions(-)
copy docs/reference/api/python/relax/{frontend.rst => backend.rst} (54%)
copy docs/reference/api/python/{transform.rst => relax/testing.rst} (92%)
copy docs/reference/api/python/{topi.rst => s_tir/backend.rst} (67%)