Skip to content

Commit

Permalink
fix doc (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingrant authored Oct 4, 2018
1 parent ea27426 commit 026bd29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/support_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ______
|Equal|1, 7|
|Exp|1, 6|
|Expand|8|
|EyeLike|N/A|
|Flatten|1|
|Floor|1, 6|
|GRU|1, 3, 7|
Expand Down Expand Up @@ -149,6 +150,7 @@ ______
|conv2_d|1|
|conv3_d|1|
|cos|7|
|depthwise_conv2d_native|1|
|equal|1, 7|
|exp|1, 6|
|expand_dims|1|
Expand Down Expand Up @@ -183,6 +185,7 @@ ______
|real_div|1, 6, 7|
|reciprocal|1, 6|
|relu|1, 6|
|relu6|1, 6|
|reshape|1, 5|
|selu|1, 6|
|shape|1|
Expand Down
5 changes: 4 additions & 1 deletion onnx_tf/opset_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'Equal': [1, 7],
'Exp': [1, 6],
'Expand': [8],
'EyeLike': [],
'Flatten': [1],
'Floor': [1, 6],
'GRU': [1, 3, 7],
Expand Down Expand Up @@ -151,6 +152,7 @@
'Equal': [1, 7],
'Exp': [1, 6],
'Expand': [],
'EyeLike': [],
'Flatten': [],
'Floor': [1, 6],
'GRU': [],
Expand Down Expand Up @@ -182,7 +184,6 @@
'MaxPool': [1, 8],
'MaxRoiPool': [],
'Mean': [],
'MeanVarianceNormalization': [],
'Min': [1, 6],
'Mul': [1, 6, 7],
'Multinomial': [],
Expand Down Expand Up @@ -259,6 +260,7 @@
'conv2_d': [1],
'conv3_d': [1],
'cos': [7],
'depthwise_conv2d_native': [1],
'equal': [1, 7],
'exp': [1, 6],
'expand_dims': [1],
Expand Down Expand Up @@ -293,6 +295,7 @@
'real_div': [1, 6, 7],
'reciprocal': [1, 6],
'relu': [1, 6],
'relu6': [1, 6],
'reshape': [1, 5],
'selu': [1, 6],
'shape': [1],
Expand Down

0 comments on commit 026bd29

Please sign in to comment.