1---
2name: TensorFlow Lite Op Request
3about: Use this template for reporting Lite ops you are using or missing
4labels: 'comp:lite'
5
6---
7
8**System information**
9- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
10- TensorFlow installed from (source or binary):
11- TensorFlow version (or github SHA if from source):
12
13
14**Provide the text output from tflite_convert**
15
16```
17# Copy and paste here
18```
19
20**Standalone code to reproduce the issue**
21Provide a reproducible test case that is the bare minimum necessary to generate
22the problem. If possible, please share a link to Colab/Jupyter/any notebook.
23
24Also, please include a link to a GraphDef or the model if possible.
25
26**Any other info / logs**
27
28Include any logs or source code that would be helpful to diagnose the problem.
29If including tracebacks, please include the full traceback. Large logs and files
30should be attached.
31