forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TFLite specific template for select/missing ops.
PiperOrigin-RevId: 222891735
- Loading branch information
1 parent
ac5311f
commit 11f77c8
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: TensorFlow Lite Op Request | ||
about: Use this template for reporting ops you are using or missing. | ||
|
||
--- | ||
|
||
|
||
**System information** | ||
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): | ||
- TensorFlow installed from (source or binary): | ||
- TensorFlow version (or github SHA if from source): | ||
|
||
|
||
**Provide the text output from tflite_convert** | ||
|
||
``` | ||
# Copy and paste here | ||
``` | ||
|
||
Also, please include a link to a GraphDef or the model if possible. | ||
|
||
**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. |