Aharrypotter commented on issue #19519: URL: https://github.com/apache/tvm/issues/19519#issuecomment-4599322456
Hi @Mohxen, just a quick reminder about the remaining StableHLO-in-TFLite items from this tracking issue. The initial StableHLO frontend pattern has now landed through the recent PRs, including: - `STABLEHLO_CUSTOM_CALL` in #19649 - `STABLEHLO_RNG_BIT_GENERATOR` in #19651 - `STABLEHLO_WHILE` in #19646 The StableHLO section now looks mostly complete, and the remaining unchecked items are the ones you mentioned earlier: - `STABLEHLO_RESHAPE` - `STABLEHLO_SLICE` - `STABLEHLO_TRANSPOSE` If you are still interested, this should be a good time to pick those up. The current implementations in `python/tvm/relax/frontend/tflite/tflite_frontend.py` and tests in `tests/python/relax/test_frontend_tflite.py` should provide the reference style for handler registration and structural-equal coverage. Thanks again for offering to help split the StableHLO work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
