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 176d01e612 [Relax][PyTorch] Support more unary ops for ExportedProgram
importer (#17421)
add 7c28c86f7d [Relax][PyTorch] Support binary, statistical and search ops
for ExportedProgram importer (#17424)
add 7ff4d0d27d [Web] Allow deprecated API requestAdapterInfo with any cast
(#17420)
add d9ee6377cd [Relax][PyTorch] Support neural network ops for
ExportedProgram importer (#17426)
No new revisions were added by this update.
Summary of changes:
.../frontend/torch/base_fx_graph_translator.py | 526 ++++++
.../frontend/torch/exported_program_translator.py | 136 ++
python/tvm/relax/frontend/torch/fx_translator.py | 544 +-----
.../relax/test_frontend_from_exported_program.py | 1774 +++++++++++++++++++-
web/package-lock.json | 4 +-
web/package.json | 2 +-
web/src/webgpu.ts | 4 +-
7 files changed, 2384 insertions(+), 606 deletions(-)