Commit 21095b9
authored
[Relax][PyTorch] Add support for abs, ceil, erf, floor, log ops and refactor unary tests (#17622)
* Update fx_translator.py
* Update test_frontend_from_fx.py
* Update test_frontend_from_fx.py
* Update test_frontend_from_fx.py
* Update test_frontend_from_fx.py
* Update test_frontend_from_fx.py
* Update erf ops
* Update template for unary ops
* Update test_frontend_from_fx.py
* delete test_name
* Update test_frontend_from_fx.py
* Update test_frontend_from_fx.py
* Update test_frontend_from_fx.py1 parent ce22736 commit 21095b9
File tree
2 files changed
+239
-561
lines changed- python/tvm/relax/frontend/torch
- tests/python/relax
2 files changed
+239
-561
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| 619 | + | |
619 | 620 | | |
620 | 621 | | |
621 | 622 | | |
622 | 623 | | |
623 | 624 | | |
624 | 625 | | |
| 626 | + | |
625 | 627 | | |
626 | 628 | | |
627 | 629 | | |
628 | 630 | | |
| 631 | + | |
629 | 632 | | |
| 633 | + | |
630 | 634 | | |
631 | 635 | | |
632 | 636 | | |
633 | 637 | | |
| 638 | + | |
634 | 639 | | |
635 | 640 | | |
636 | 641 | | |
| |||
0 commit comments