Skip to content

Commit

Permalink
update op_lists.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeliang2258 committed Sep 13, 2021
1 parent 804415a commit b115077
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/en/op_list.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| concat | 1~12 |
| conv2d | 1~12 |
| conv2d_transpose | 1~12 |
| depthwise_conv2d_transpose | 1~12 |
| collect_fpn_proposals | 11~12 |
| cumsum | 11~12 |
| deformable_conv | 11~12 |
Expand All @@ -25,14 +26,17 @@
| dropout | 7~12 |
| elementwise_add | 7~12 |
| elementwise_div | 7~12 |
| elementwise_floordiv | 7~12 |
| elementwise_mul | 7~12 |
| elementwise_min | 7~12 |
| elementwise_max | 7~12 |
| elementwise_mod | 7~12 |
| elementwise_pow | 7~12 |
| elementwise_sub | 7~12 |
| equal | 1~12 |
| exp | 1~12 |
| expand_as_v2 | 8~12 |
| expand_v2 | 8~12 |
| fill_constant | 1~12 |
| fill_constant_batch_size_like | 9~12 |
| fill_any_like | 9~12 |
Expand All @@ -44,6 +48,7 @@
| gather | 1~12 | opset 1~10 limited supported |
| generate_proposals | 12~ | |
| greater_equal | 12~ | |
| group_norm | 1~12 | |
| hard_sigmoid | 1~12 |
| hard_swish | 1~12 |
| im2sequence | 1~12 |
Expand All @@ -66,10 +71,12 @@
| norm | 1~12 |
| pad2d | 1~12 |
| pad3d | 1~12 |
| pixel_shuffle | 11~12 |
| pool2d | 1~12 | limited supported |
| pow | 8~12 |
| prior_box | 1~12 |
| prelu | 1~12 |
| p_norm | 1~12 |
| range | 11~12 |
| reciprocal | 1~12 |
| reduce_mean | 1~12 |
Expand All @@ -80,11 +87,13 @@
| relu | 1~12 |
| relu6 | 1~12 |
| reshape2 | 5~12 |
| rnn | 1~12 |
| roi_align | 10~12 |
| softmax | 1~12 |
| scale | 1~12 | opset 1~6 limited supported |
| sequence_expand | 1~12 |
| softmax_with_cross_entropy | 12 |
| softplus | 1~12 |
| shape | 1~12 |
| sigmoid | 1~12 |
| slice | 1~12 |
Expand All @@ -98,6 +107,7 @@
| swish | 1~12 |
| tanh | 1~12 |
| tile | 11~12 |
| top_k | 11~12 |
| top_k_v2 | 11~12 |
| transpose2 | 1~12 |
| uniform_random | 1~12 |
Expand Down
10 changes: 10 additions & 0 deletions docs/zh/op_list.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,22 @@
| cumsum | 11~12 |
| deformable_conv | 11~12 |
| depthwise_conv2d | 1~12 |
| depthwise_conv2d_transpose | 1~12 |
| distribute_fpn_proposals | 11~12 |
| dropout | 7~12 |
| elementwise_add | 7~12 |
| elementwise_div | 7~12 |
| elementwise_floordiv | 7~12 |
| elementwise_mul | 7~12 |
| elementwise_min | 7~12 |
| elementwise_max | 7~12 |
| elementwise_mod | 7~12 |
| elementwise_pow | 7~12 |
| elementwise_sub | 7~12 |
| equal | 1~12 |
| exp | 1~12 |
| expand_as_v2 | 8~12 |
| expand_v2 | 8~12 |
| fill_constant | 1~12 |
| fill_constant_batch_size_like | 9~12 |
| fill_any_like | 9~12 |
Expand All @@ -44,6 +48,7 @@
| gather | 1~12 | opset 1~10 limited supported |
| generate_proposals | 12~ | |
| greater_equal | 12~ | |
| group_norm | 1~12 | |
| hard_sigmoid | 1~12 |
| hard_swish | 1~12 |
| im2sequence | 1~12 |
Expand All @@ -66,10 +71,12 @@
| norm | 1~12 |
| pad2d | 1~12 |
| pad3d | 1~12 |
| pixel_shuffle | 11~12 |
| pool2d | 1~12 | limited supported |
| pow | 8~12 |
| prior_box | 1~12 |
| prelu | 1~12 |
| p_norm | 1~12 |
| range | 11~12 |
| reciprocal | 1~12 |
| reduce_mean | 1~12 |
Expand All @@ -80,11 +87,13 @@
| relu | 1~12 |
| relu6 | 1~12 |
| reshape2 | 5~12 |
| rnn | 1~12 |
| roi_align | 10~12 |
| softmax | 1~12 |
| scale | 1~12 | opset 1~6 limited supported |
| sequence_expand | 1~12 |
| softmax_with_cross_entropy | 12 |
| softplus | 1~12 |
| shape | 1~12 |
| sigmoid | 1~12 |
| slice | 1~12 |
Expand All @@ -99,6 +108,7 @@
| tanh | 1~12 |
| tile | 11~12 |
| top_k_v2 | 11~12 |
| top_k | 11~12 |
| transpose2 | 1~12 |
| uniform_random | 1~12 |
| uniform_random_batch_size_like | 1~12 |
Expand Down

0 comments on commit b115077

Please sign in to comment.