提交 c8051764 编写于 作者: L Liangliang He

Remove Android NN in ops list

上级 75f6240b
...@@ -4,56 +4,50 @@ Operator lists ...@@ -4,56 +4,50 @@ Operator lists
.. Please keep in chronological order when editing .. Please keep in chronological order when editing
.. csv-table:: .. csv-table::
:widths: auto :widths: auto
:header: "Operator","Android NN","Supported","Remark" :header: "Operator","Supported","Remark"
"AVERAGE_POOL_2D","Y","Y","" "AVERAGE_POOL_2D","Y",""
"ARGMAX","","Y","Only CPU and tensorflow is supported" "ARGMAX","Y","Only CPU and tensorflow is supported"
"BATCH_NORM","","Y","Fusion with activation is supported" "BATCH_NORM","Y","Fusion with activation is supported"
"BATCH_TO_SPACE_ND","Y","Y","" "BATCH_TO_SPACE_ND","Y",""
"BIAS_ADD","","Y","" "BIAS_ADD","Y",""
"CAST","","Y","Only CPU and tensorflow model is supported" "CAST","Y","Only CPU and tensorflow model is supported"
"CHANNEL_SHUFFLE","","Y","" "CHANNEL_SHUFFLE","Y",""
"CONCATENATION","Y","Y","Only support channel axis concatenation" "CONCATENATION","Y","Only support channel axis concatenation"
"CONV_2D","Y","Y","Fusion with BN and activation layer is supported" "CONV_2D","Y","Fusion with BN and activation layer is supported"
"DECONV_2D","","Y","Only tensorflow model is supported" "DECONV_2D","Y","Only tensorflow model is supported"
"DEPTHWISE_CONV_2D","Y","Y","Only multiplier = 1 is supported; Fusion is supported" "DEPTHWISE_CONV_2D","Y","Only multiplier = 1 is supported; Fusion is supported"
"DEPTH_TO_SPACE","Y","Y","" "DEPTH_TO_SPACE","Y",""
"DEQUANTIZE","Y","Y","Model quantization will be supported later" "DEQUANTIZE","Y","Model quantization will be supported later"
"ELEMENT_WISE","Y","Y","ADD/MUL/DIV/MIN/MAX/NEG/ABS/SQR_DIFF/POW/RSQRT/EQUAL" "ELEMENT_WISE","Y","ADD/MUL/DIV/MIN/MAX/NEG/ABS/SQR_DIFF/POW/RSQRT/EQUAL"
"EMBEDDING_LOOKUP","Y","Y","Only support channel axis concatenation" "EMBEDDING_LOOKUP","Y","Only support channel axis concatenation"
"FLOOR","Y","","" "FULLY_CONNECTED","Y",""
"FULLY_CONNECTED","Y","Y","" "GROUP_CONV_2D","","Caffe model with group count = channel count is supported"
"GROUP_CONV_2D","","","Caffe model with group count = channel count is supported" "IDENTITY","Y","Only tensorflow model is supported"
"HASHTABLE_LOOKUP","Y","","" "LOCAL_RESPONSE_NORMALIZATION","Y",""
"IDENTITY","","Y","Only tensorflow model is supported" "LOGISTIC","Y",""
"L2_NORMALIZATION","Y","","" "LSTM","",""
"L2_POOL_2D","Y","","" "MATMUL","Y",""
"LOCAL_RESPONSE_NORMALIZATION","Y","Y","" "MAX_POOL_2D","Y",""
"LOGISTIC","Y","Y","" "PAD","Y",""
"LSH_PROJECTION","Y","","" "PSROI_ALIGN","Y",""
"LSTM","Y","","" "PRELU","Y","Only caffe model is supported"
"MATMUL","","Y","" "REDUCE_MEAN","Y","Only tensorflow model is supported"
"MAX_POOL_2D","Y","Y","" "RELU","Y",""
"PAD", "Y","Y","" "RELU1","Y",""
"PSROI_ALIGN","","Y","" "RELU6","Y",""
"PRELU","","Y","Only caffe model is supported" "RELUX","Y",""
"REDUCE_MEAN","Y","Y","Only tensorflow model is supported" "RESHAPE","Y","Limited support: only internal use of reshape in composed operations is supported"
"RELU","Y","Y","" "RESIZE_BILINEAR","Y",""
"RELU1","Y","Y","" "RNN","",""
"RELU6","Y","Y","" "RPN_PROPOSAL_LAYER","Y",""
"RELUX","","Y","" "SHAPE","Y","Only CPU and tensorflow is supported"
"RESHAPE","Y","Y","Limited support: only internal use of reshape in composed operations is supported" "STACK","Y","Only CPU and tensorflow is supported"
"RESIZE_BILINEAR","Y","Y","" "STRIDEDSLICE","Y","Only CPU and tensorflow is supported"
"RNN","Y","","" "SLICE","Y","In tensorflow, this op is equivalent to SPLIT; Only support channel axis slice"
"RPN_PROPOSAL_LAYER","","Y","" "SOFTMAX","Y",""
"SHAPE","","Y","Only CPU and tensorflow is supported" "SPACE_TO_BATCH_ND", "Y",""
"STACK","","Y","Only CPU and tensorflow is supported" "SPACE_TO_DEPTH","Y",""
"STRIDEDSLICE","Y","Y","Only CPU and tensorflow is supported" "SQEEZE","Y","Only CPU and tensorflow is supported"
"SLICE","","Y","In tensorflow, this op is equivalent to SPLIT; Only support channel axis slice" "TANH","Y",""
"SOFTMAX","Y","Y","" "TRANSPOSE","Y","Only CPU and tensorflow is supported"
"SPACE_TO_BATCH_ND","Y", "Y",""
"SPACE_TO_DEPTH","Y","Y",""
"SQEEZE","Y","Y","Only CPU and tensorflow is supported"
"SVDF","Y","",""
"TANH","Y","Y",""
"TRANSPOSE","Y","Y","Only CPU and tensorflow is supported"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册