Commit fd4a08d
authored
[Relax][Frontend][ONNX] Fix
* [#17877][Relax][Frontend][ONNX] Fix when bias does not set
* [#17877][FRONTEND][ONNX] Fix Error converting operator FastGelu, with inputs: [x, bias]
* [#17877][FRONTEND][ONNX] Fix Warning: Detected pow(x, y) where y >= 3, it is recommended to avoid
* [#17877][FRONTEND][ONNX] Fix tvm.error.InternalError: Check failed: (ptr) is false: The struct_info is not populated, check if you have normalized the exprFastGelu when bias does not set (#18358)1 parent 3b8d324 commit fd4a08d
File tree
2 files changed
+40
-7
lines changed- python/tvm/relax/frontend/onnx
- tests/python/relax
2 files changed
+40
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1155 | 1155 | | |
1156 | 1156 | | |
1157 | 1157 | | |
1158 | | - | |
| 1158 | + | |
| 1159 | + | |
1159 | 1160 | | |
1160 | 1161 | | |
1161 | 1162 | | |
1162 | | - | |
| 1163 | + | |
1163 | 1164 | | |
1164 | 1165 | | |
1165 | 1166 | | |
| |||
1169 | 1170 | | |
1170 | 1171 | | |
1171 | 1172 | | |
1172 | | - | |
1173 | | - | |
1174 | | - | |
1175 | | - | |
1176 | | - | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
1177 | 1180 | | |
1178 | 1181 | | |
1179 | 1182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
831 | 861 | | |
832 | 862 | | |
833 | 863 | | |
| |||
0 commit comments