diff --git a/docs/getting_started/op_lists.rst b/docs/getting_started/op_lists.rst index 803d32170fb6eaa6a2b742a376158b00bab2ea7c..e7070ce854447afb64651655f59fb11860132640 100644 --- a/docs/getting_started/op_lists.rst +++ b/docs/getting_started/op_lists.rst @@ -15,23 +15,23 @@ Operator lists "CONV_2D","Y","Y","Fusion with BN and activation layer is supported" "DEPTHWISE_CONV_2D","Y","Y","Only multiplier = 1 is supported; Fusion is supported" "DEPTH_TO_SPACE","Y","Y","" - "DEQUANTIZE","Y","","" + "DEQUANTIZE","Y","Y","" "EMBEDDING_LOOKUP","Y","","" "FLOOR","Y","","" "FULLY_CONNECTED","Y","Y","" - "GROUP_CONV_2D","","","" + "GROUP_CONV_2D","","","Caffe model with group count = channel count is supported" "HASHTABLE_LOOKUP","Y","","" "L2_NORMALIZATION","Y","","" "L2_POOL_2D","Y","","" - "LOCAL_RESPONSE_NORMALIZATION","Y","Y","" + "LOCAL_RESPONSE_NORMALIZATION","Y","Y",""a "LOGISTIC","Y","Y","" "LSH_PROJECTION","Y","","" "LSTM","Y","","" "MATMUL","","Y","" "MAX_POOL_2D","Y","Y","" - "MUL","Y","","" + "MUL","Y","Y","" "PSROI_ALIGN","","Y","" - "PRELU","","Y","" + "PRELU","","Y","Caffe model is supported" "RELU","Y","Y","" "RELU1","Y","Y","" "RELU6","Y","Y",""