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 20c21a3ac3 [Relax] check for tensor_meta in 
exported_program_translator (#17774)
     add 51d4b6bcde [Relax] Batch norm correctness on eval mode (#17752)
     add 3da07387cb [Relax][PyTorch] Support log2, log10 and log1p ops for 
ExportedProgram importer (#17778)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relax/attrs/nn.h                       |   2 +
 .../frontend/torch/base_fx_graph_translator.py     |   2 +-
 .../frontend/torch/exported_program_translator.py  |  63 +-
 python/tvm/relax/op/nn/nn.py                       |   8 +-
 python/tvm/relax/transform/legalize_ops/nn.py      |   4 +-
 python/tvm/topi/nn/batch_norm.py                   |  26 +-
 src/relax/op/nn/nn.cc                              |   8 +-
 src/relax/op/nn/nn.h                               |   2 +-
 tests/python/relax/test_from_exported_to_cuda.py   |  59 +-
 .../relax/test_frontend_from_exported_program.py   |  65 ++
 .../python/relax/test_transform_legalize_ops_nn.py | 980 ++++++++++++---------
 11 files changed, 768 insertions(+), 451 deletions(-)

Reply via email to