From fea2578d3574b5b676f4343d5621b9a9213825f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=85?= Date: Fri, 18 May 2018 14:59:05 +0800 Subject: [PATCH] Revise op list --- docs/getting_started/op_lists.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/getting_started/op_lists.rst b/docs/getting_started/op_lists.rst index e7070ce8..9a1d5425 100644 --- a/docs/getting_started/op_lists.rst +++ b/docs/getting_started/op_lists.rst @@ -6,16 +6,18 @@ Operator lists :widths: auto :header: "Operator","Android NN","Supported","Remark" - "ADD","Y","Y","" "AVERAGE_POOL_2D","Y","Y","" "BATCH_NORM","","Y","Fusion with activation is supported" + "BATCH_TO_SPACE_ND","Y","Y","" "BIAS_ADD","","Y","" "CHANNEL_SHUFFLE","","Y","" - "CONCATENATION","Y","Y","" + "CONCATENATION","Y","Y","Only support channel axis concatenation" "CONV_2D","Y","Y","Fusion with BN and activation layer is supported" + "DECONV_2D","N","Y","Only tensorflow model is supported" "DEPTHWISE_CONV_2D","Y","Y","Only multiplier = 1 is supported; Fusion is supported" "DEPTH_TO_SPACE","Y","Y","" - "DEQUANTIZE","Y","Y","" + "DEQUANTIZE","Y","Y","Model quantization will be supported later" + "ELEMENT_WISE","Y","Y","ADD/MUL/DIV/MIN/MAX/NEG/ABS/SQR_DIFF/POW" "EMBEDDING_LOOKUP","Y","","" "FLOOR","Y","","" "FULLY_CONNECTED","Y","Y","" @@ -23,24 +25,26 @@ Operator lists "HASHTABLE_LOOKUP","Y","","" "L2_NORMALIZATION","Y","","" "L2_POOL_2D","Y","","" - "LOCAL_RESPONSE_NORMALIZATION","Y","Y",""a + "LOCAL_RESPONSE_NORMALIZATION","Y","Y","" "LOGISTIC","Y","Y","" "LSH_PROJECTION","Y","","" "LSTM","Y","","" "MATMUL","","Y","" "MAX_POOL_2D","Y","Y","" - "MUL","Y","Y","" + "PAD", "N","Y","" "PSROI_ALIGN","","Y","" - "PRELU","","Y","Caffe model is supported" + "PRELU","","Y","Only caffe model is supported" "RELU","Y","Y","" "RELU1","Y","Y","" "RELU6","Y","Y","" "RELUX","","Y","" - "RESHAPE","Y","Y","Limited support" + "RESHAPE","Y","Y","Limited support: only internal use of reshape in composed operations is supported" "RESIZE_BILINEAR","Y","Y","" "RNN","Y","","" "RPN_PROPOSAL_LAYER","","Y","" + "SLICE","N","Y","Only support channel axis slice" "SOFTMAX","Y","Y","" + "SPACE_TO_BATCH_ND","Y", "Y","" "SPACE_TO_DEPTH","Y","Y","" "SVDF","Y","","" "TANH","Y","Y","" -- GitLab