LudovicoYIN commented on issue #19519: URL: https://github.com/apache/tvm/issues/19519#issuecomment-4532674904
Hi @tlopex — I'd like to claim **Group A: `UNIDIRECTIONAL_SEQUENCE_RNN`** from this issue. Implementation approach: unroll the RNN cell at graph-construction time using Relax primitives (`matmul` / `add` / fused activation), following the pattern of recent StableHLO PRs (#19536, #19587). Since modern TF/Keras no longer generates this legacy op, tests use manually-built TFLite flatbuffers with `tvm.ir.assert_structural_equal`. PR coming shortly. Please let me know if this is already claimed. -- 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]
