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 fca86a6872 [Fix] Stabilize layer_norm variance computation with
two-pass reduction (#19643)
add d705cb2de4 [Relax][IR] Skip in-place multiply when two operands are
views of the same tensor (#19644)
add cf859b927a [Relax][Frontend][TFLite] Support STABLEHLO_CUSTOM_CALL
(#19649)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/tensor.h | 20 ++
.../tvm/relax/frontend/tflite/tflite_frontend.py | 44 +++
src/relax/transform/dataflow_inplace.cc | 67 +++-
src/runtime/tensor.cc | 30 +-
tests/python/relax/test_dataflow_inplace.py | 390 +++++++++++++++++++++
tests/python/relax/test_frontend_tflite.py | 114 ++++++
6 files changed, 663 insertions(+), 2 deletions(-)