Files
apache--tvm/python
Wei-Cheng Hsu e6538517b0 [Relax][TFLite] Add gather frontend expected IRModule tests (#19516)
This adds explicit Expected IRModule coverage for TFLite GATHER and
GATHER_ND frontend conversion.

GATHER_ND uses Relax gather_nd with int64 indices, so the frontend now
casts int32 TFLite indices to int64 before emitting the Relax op. This
keeps the generated module well-typed and matches the expected Relax IR.

Testing:
- `python -m pytest tests/python/relax/test_frontend_tflite.py -k
"gather"`

related to https://github.com/apache/tvm/issues/18971
2026-05-08 16:08:43 +08:00
..