Commit cde7ed4
authored
[QNN] Disable 7 RMSNorm onnx backend tests (#26999)
With the RMSNorm registration from
#26853, the op tests are
enabled, and some of them are failing.
This pull request adds several new test cases to the list of broken
tests in the `GetBrokenTests` function. These additions help track
issues related to RMS normalization operations across different tensor
shapes and axis configurations.
Test coverage improvements:
* Added seven new RMS normalization test cases
(`rms_normalization_2d_axis1`, `rms_normalization_2d_axis_negative_1`,
`rms_normalization_3d_axis2_epsilon`,
`rms_normalization_3d_axis_negative_1_epsilon`,
`rms_normalization_4d_axis3`, `rms_normalization_4d_axis_negative_1`,
and `rms_normalization_default_axis`) to the broken tests set in
`TestCase.cc`.1 parent 1377426 commit cde7ed4
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1451 | 1451 | | |
1452 | 1452 | | |
1453 | 1453 | | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
1454 | 1461 | | |
1455 | 1462 | | |
1456 | 1463 | | |
| |||
0 commit comments