Commit 60bb59d
authored
[Frontend][TFLite] Add TILE operator tests and edge cases (#19400)
This PR adds non-quantized TILE coverage in `test_frontend_tflite.py`.
Related to #18971
What is included
1. One explicit Expected IR structural test for TILE
2. Parametrized TILE conversion tests covering:
- baseline 2D and higher-rank cases
- identity/no-op tiling
- larger repeat factors
- int32 non-quantized dtype path
_**Note:** SHAPE and RANGE are excluded from this PR and will be handled
separately because there's a related a bug in the frontend for them_
### Validation
```
pytest test_frontend_tflite.py -v -k "test_tile_ir or test_tile"
```
<img width="1164" height="26" alt="image"
src="https://github.com/user-attachments/assets/ede6c479-8b4d-4025-bb4a-2af8e132e162"
/>1 parent 13867ea commit 60bb59d
1 file changed
Lines changed: 43 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
282 | 325 | | |
283 | 326 | | |
284 | 327 | | |
| |||
0 commit comments