Update TFLite converter bug template to add a note about RNN conversion

PiperOrigin-RevId: 307648781
Change-Id: I686965788cc35bc2c40bd76062902f6bdd84f605
This commit is contained in:
Ashwin Murthy 2020-04-21 11:42:40 -07:00 committed by TensorFlower Gardener
parent 65125bf0d0
commit f0ff56e9e2
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ state what is wrong:
- Producing correct results, but the model is slower than expected (model generated from old converter) - Producing correct results, but the model is slower than expected (model generated from old converter)
**RNN conversion support**
If converting TF RNN to TFLite fused RNN ops, please prefix [RNN] in the title.
**Any other info / logs** **Any other info / logs**
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.