未验证 提交 9bc3a2fb 编写于 作者: C cc 提交者: GitHub

[doc] Update support ops and kernels for release 2.3 (#2923)

* update support ops and kernels for release 2.3
上级 10bfec63
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
- expand - expand
- fake_channel_wise_dequantize_max_abs - fake_channel_wise_dequantize_max_abs
- fake_dequantize_max_abs - fake_dequantize_max_abs
- fake_quantize_abs_max
- fake_quantize_dequantize_moving_average_abs_max - fake_quantize_dequantize_moving_average_abs_max
- fake_quantize_moving_average_abs_max - fake_quantize_moving_average_abs_max
- fake_quantize_range_abs_max - fake_quantize_range_abs_max
...@@ -56,10 +57,11 @@ ...@@ -56,10 +57,11 @@
- fusion_elementwise_mul_activation - fusion_elementwise_mul_activation
- fusion_elementwise_sub_activation - fusion_elementwise_sub_activation
- gather - gather
- gelu
- generate_proposals - generate_proposals
- graph_op
- greater_equal - greater_equal
- greater_than - greater_than
- grid_sampler
- gru - gru
- gru_unit - gru_unit
- hard_sigmoid - hard_sigmoid
...@@ -93,7 +95,7 @@ ...@@ -93,7 +95,7 @@
- nearest_interp - nearest_interp
- negative - negative
- norm - norm
- notequal - not_equal
- pad2d - pad2d
- pool2d - pool2d
- power - power
...@@ -127,6 +129,7 @@ ...@@ -127,6 +129,7 @@
- sequence_expand - sequence_expand
- sequence_expand_as - sequence_expand_as
- sequence_pool - sequence_pool
- sequence_pool_concat
- sequence_reshape - sequence_reshape
- sequence_reverse - sequence_reverse
- sequence_softmax - sequence_softmax
...@@ -144,6 +147,7 @@ ...@@ -144,6 +147,7 @@
- squeeze - squeeze
- squeeze2 - squeeze2
- stack - stack
- subgraph
- swish - swish
- tanh - tanh
- top_k - top_k
...@@ -216,6 +220,7 @@ ...@@ -216,6 +220,7 @@
- generate_proposals - generate_proposals
- greater_equal - greater_equal
- greater_than - greater_than
- grid_sampler
- gru - gru
- gru_unit - gru_unit
- hard_sigmoid - hard_sigmoid
...@@ -301,6 +306,9 @@ ...@@ -301,6 +306,9 @@
- gelu - gelu
- gru - gru
- layer_norm - layer_norm
- leaky_relu
- lookup_table
- lookup_table_v2
- match_matrix_tensor - match_matrix_tensor
- matmul - matmul
- mul - mul
...@@ -378,9 +386,11 @@ ...@@ -378,9 +386,11 @@
- yolo_box - yolo_box
### OpenCL kernels ### OpenCL kernels
- concat
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- elementwise_add - elementwise_add
- elementwise_mul
- fc - fc
- fusion_elementwise_add_activation - fusion_elementwise_add_activation
- layout - layout
...@@ -388,5 +398,10 @@ ...@@ -388,5 +398,10 @@
- io_copy - io_copy
- io_copy_once - io_copy_once
- mul - mul
- nearest_interp
- pool2d - pool2d
- relu - relu
- reshape
- reshape2
- scale
- sigmoid
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册