This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 9808108e48 [Relax] Legalize dilated conv_transpose (#19842)
add 564cd8808b [Relax] Update dropout call_tir out_ty spelling (#19874)
add 4a70d9623f [Docs] Right-align documentation footer (#19868)
add 4b0a0397e2 [Relax][TFLite] Add remaining operator tests and
reverse_sequence op (#19814)
add d40f8bf2b0 [CI] Stop building ci_lint Docker image (#19872)
add fb1d8aa1e0 [DOCS] Align footer dropdown menu (#19876)
add 730459c4ce [Relax][Frontend][TFLite] Support dynamic RANGE scalar
bounds (#19867)
No new revisions were added by this update.
Summary of changes:
ci/jenkins/generate.py | 1 -
ci/jenkins/generated/arm_jenkinsfile.groovy | 14 +-
ci/jenkins/generated/cpu_jenkinsfile.groovy | 14 +-
ci/jenkins/generated/docker_jenkinsfile.groovy | 40 +--
ci/jenkins/generated/gpu_jenkinsfile.groovy | 14 +-
ci/jenkins/generated/wasm_jenkinsfile.groovy | 14 +-
ci/jenkins/templates/utils/base.groovy.j2 | 1 -
ci/scripts/jenkins/git_change_docker.sh | 5 +
ci/scripts/jenkins/open_docker_update_pr.py | 4 +
docs/conf.py | 8 +-
include/tvm/relax/attrs/manipulate.h | 17 ++
.../tvm/relax/frontend/tflite/tflite_frontend.py | 108 +++++--
python/tvm/relax/op/__init__.py | 1 +
python/tvm/relax/op/manipulate.py | 25 ++
python/tvm/relax/op/op_attrs.py | 5 +
python/tvm/relax/script/builder/ir.py | 2 +
.../tvm/relax/transform/legalize_ops/manipulate.py | 12 +
src/relax/op/tensor/manipulate.cc | 91 ++++++
src/relax/op/tensor/manipulate.h | 10 +
src/topi/transform.cc | 3 +-
tests/python/ci/test_ci.py | 8 +-
tests/python/relax/test_frontend_tflite.py | 313 ++++++++++++++++++++-
tests/python/relax/test_op_manipulate.py | 72 +++++
.../test_transform_legalize_ops_manipulate.py | 56 ++++
.../python/relax/test_transform_legalize_ops_nn.py | 2 +-
tests/scripts/ci.py | 28 +-
26 files changed, 721 insertions(+), 147 deletions(-)