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 e3f5ac1c6b [Relax] Correct YaRN RoPE frequency scaling formula to
align with the original paper (#18576)
add 899556d2da [Relax][Op][PyTorch] Supported Median operator (#18626)
No new revisions were added by this update.
Summary of changes:
.../frontend/torch/base_fx_graph_translator.py | 7 +
.../frontend/torch/exported_program_translator.py | 2 +
python/tvm/relax/op/__init__.py | 2 +-
python/tvm/relax/op/statistical.py | 27 +++
.../relax/transform/legalize_ops/statistical.py | 47 ++++-
python/tvm/script/ir_builder/relax/ir.py | 2 +
src/relax/op/tensor/statistical.cc | 82 ++++++++
src/relax/op/tensor/statistical.h | 3 +
.../relax/test_frontend_from_exported_program.py | 68 +++++++
tests/python/relax/test_op_statistical.py | 226 +++++++++++++++++++++
...st_transform_legalize_ops_search_statistical.py | 78 +++++++
.../relax/test_tvmscript_parser_op_statistical.py | 19 ++
12 files changed, 561 insertions(+), 2 deletions(-)