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 828880ebd5 [S-TIR] Fix the ScheduleError from missing guard in 
CheckInline (#19377)
     add b14b023080 [Relax][Frontend][TFLite] Implement DETECTION_POSTPROCESS 
tflite operator (#19345)
     add 9ba27ff271 [relax][frontend][tflite] Add tests for 
l2_normalization/slice/reverse_v2 (#19371)
     add 7196ac3995 [Test][TFLite] Add unit tests for `LEAKY_RELU`, 
`HARD_SWISH` `ReLU_N1_to_1` and `LOG_SOFTMAX` (#19388)
     add 0c43ab2be0 [BugFix][MetaSchedule] Fix `compile_relax` to apply 
`MetaScheduleApplyDatabase` after `FuseOps` (#19385)
     add b80d23f81c [Docs] Add tvm.s_tir.tensor_intrin API reference and remove 
empty legacy tvm/tir directory (#19386)
     add 4d812a18de [Docs] Add docstrings for nn.Module classes and core APIs 
in relax.frontend.nn (#19387)
     add b9ced1a078 [BugFix][Relax] Select target-specific pipeline in 
tvm.compile when GPU target is provided (#19384)
     add 645fcf9f0a [Relax][ONNX] Add frontend support for QuantizeLinear, 
DequantizeLinear, and DynamicQuantizeLinear (#19391)
     add e5d4c557e0 [relax][frontend][tflite] Add tests for 
fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d (#19372)

No new revisions were added by this update.

Summary of changes:
 docs/reference/api/python/index.rst                |   1 +
 docs/reference/api/python/s_tir/tensor_intrin.rst  |  73 ++++
 python/tvm/arith/bound.py                          |   6 +-
 python/tvm/arith/int_set.py                        |  10 +-
 python/tvm/arith/iter_affine_map.py                |  12 +-
 python/tvm/relax/backend/cpu_generic/pipeline.py   |   5 +-
 python/tvm/relax/frontend/nn/core.py               |  51 ++-
 python/tvm/relax/frontend/nn/modules.py            | 297 +++++++++++--
 python/tvm/relax/frontend/onnx/onnx_frontend.py    |  71 ++++
 .../tvm/relax/frontend/tflite/tflite_flexbuffer.py |  27 +-
 .../tvm/relax/frontend/tflite/tflite_frontend.py   | 249 ++++++++---
 python/tvm/relax/transform/legalize_ops/qdq.py     |  57 ++-
 python/tvm/relax/transform/legalize_ops/vision.py  |  19 +-
 python/tvm/relax/vm_build.py                       |  16 +-
 .../tvm/s_tir/meta_schedule/relax_integration.py   |  72 +++-
 python/tvm/s_tir/tensor_intrin/arm_cpu.py          |  61 +--
 python/tvm/s_tir/tensor_intrin/riscv_cpu.py        |   2 +
 src/relax/op/tensor/qdq.cc                         |  54 ++-
 tests/python/relax/test_frontend_onnx.py           | 108 +++++
 tests/python/relax/test_frontend_tflite.py         | 465 +++++++++++++++++++++
 .../relax/test_meta_schedule_relax_integration.py  |  50 +++
 21 files changed, 1529 insertions(+), 177 deletions(-)
 create mode 100644 docs/reference/api/python/s_tir/tensor_intrin.rst

Reply via email to