File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Requests for new tf2onnx features
4
+ title : ' '
5
+ labels : ' enhancement'
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ Before submitting your request, please review past submissions to ensure that it is not a duplicate of a known feature request.
11
+
12
+ ### Describe the feature request
13
+
14
+
15
+ ### Describe scenario use case
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Missing Operator
3
+ about : Operators that does not currently support in tf2onnx.
4
+ title : ' '
5
+ labels : ' unsupported ops'
6
+ assignees : ' '
7
+
8
+
9
+
10
+ ---
11
+ # New Operator
12
+
13
+ ### Describe the operator
14
+ <!-- Why is this operator necessary? What does it accomplish? -->
15
+
16
+ ### Do you know this operator be constructed using existing ONNX operators?
17
+ <!-- If so, why not add it as a function? -->
18
+
19
+ ### Is this operator used by any model currently? Which one?
20
+
21
+ ### Are you willing to contribute it? (Y/N)
22
+
23
+ ### Notes
24
+ <!-- Any additional information -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Question
3
+ about : Ask a question about the tf2onnx.
4
+ title : ' '
5
+ labels : ' question'
6
+ assignees : ' '
7
+
8
+
9
+
10
+ ---
11
+ # Ask a Question
12
+
13
+ ### Question
14
+ <!-- Explain your question here. -->
15
+
16
+ ### Further information
17
+ - Is this issue related to a specific model?
18
+ ** Model name** : <!-- *e.g. mnist* -->
19
+
20
+ ** Model opset** : <!-- *e.g. 17* -->
21
+
22
+ ### Notes
23
+ <!-- Any additional information, code snippets. -->
You can’t perform that action at this time.
0 commit comments