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 c00f52a70d [Relax][PyTorch] Add Stack Op Support for Exported Program  
(#17819)
     add bf6e101793 [Relax][PyTorch] Add Pad Op Support for Exported Program 
and FX graph (#17821)
     add 4e36b9b75b [Relax][PyTorch] Add mul_.Tensor, max.default, min.default 
and pow.Scalar Op Support into Exported Program Frontend (#17843)
     add f41c3b54ba [Relax][PyTorch] Support `leaky_relu_.default` and 
`reshape_as.default` in ExportedProgram frontend (#17851)
     add 40a16db73e Fix incorrect docstring in topi softmax  (#17844)
     add 36f2502f00 Add op support for roll op (#17839)

No new revisions were added by this update.

Summary of changes:
 .../frontend/torch/base_fx_graph_translator.py     | 106 +++++++-
 .../frontend/torch/exported_program_translator.py  |   8 +
 python/tvm/relax/frontend/torch/fx_translator.py   |   2 +
 python/tvm/relax/op/nn/nn.py                       |  15 +-
 python/tvm/relax/transform/legalize_ops/nn.py      |  31 ++-
 python/tvm/topi/nn/pad.py                          | 174 ++++++++++++-
 python/tvm/topi/nn/softmax.py                      |   9 +-
 .../relax/test_frontend_from_exported_program.py   | 284 +++++++++++++++++++++
 tests/python/relax/test_frontend_from_fx.py        | 209 +++++++++++++++
 9 files changed, 817 insertions(+), 21 deletions(-)

Reply via email to