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 fbbbae994d [Relax][Frontend][TFLite] Add SCATTER_ND operator for Relax 
TFLite (#19490)
     add 6157f49205 [Relax][Frontend][TFLite] Add BROADCAST_TO, 
EMBEDDING_LOOKUP, and SELECT_V2 (#19489)
     add bfa07828a6 [BugFix][Relax] Add legalize for isnan, isinf, isfinite 
(#19492)
     add baec626676 [Metal] Include logging headers for metal (#19493)
     add af3e4ba814 [release] Update version to 0.24.0 on main branch
     add a354b4f59e [release] Update version to 0.25.dev0 on main branch
     add 86794e7d91 [Relax][Frontend] Add ParameterList and ParameterDict 
containers (#19495)
     add 8873a4c8a5 [Relax][Frontend][TFLite] Add segment operator mappings 
(#19491)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/base.h                         |   2 +-
 pyproject.toml                                     |   2 +-
 python/tvm/libinfo.py                              |   2 +-
 python/tvm/relax/frontend/nn/__init__.py           |  12 +-
 python/tvm/relax/frontend/nn/core.py               | 119 ++++++++++-
 python/tvm/relax/frontend/nn/visitor.py            |  62 +++++-
 .../tvm/relax/frontend/tflite/tflite_frontend.py   | 133 +++++++++++-
 python/tvm/relax/transform/legalize_ops/unary.py   |   3 +
 src/runtime/metal/metal_device_api.mm              |   1 +
 src/runtime/metal/metal_module.mm                  |   1 +
 tests/python/relax/test_frontend_nn_mutator.py     |  36 ++++
 .../relax/test_frontend_nn_parameter_containers.py | 223 +++++++++++++++++++++
 tests/python/relax/test_frontend_tflite.py         | 156 ++++++++++++++
 .../relax/test_transform_legalize_ops_unary.py     |   3 +
 version.py                                         |   2 +-
 web/package-lock.json                              |   4 +-
 web/package.json                                   |   2 +-
 17 files changed, 749 insertions(+), 14 deletions(-)
 create mode 100644 tests/python/relax/test_frontend_nn_parameter_containers.py

Reply via email to