From 4b14bad1c2a867ebd9c4b284c127685dc7d310a5 Mon Sep 17 00:00:00 2001 From: yejianwu Date: Tue, 11 Sep 2018 15:26:31 +0800 Subject: [PATCH] update op_list in docs --- docs/user_guide/op_lists.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user_guide/op_lists.rst b/docs/user_guide/op_lists.rst index 5e674e8c..42ad4a0d 100644 --- a/docs/user_guide/op_lists.rst +++ b/docs/user_guide/op_lists.rst @@ -21,6 +21,8 @@ Operator lists "DEQUANTIZE","Y","Model quantization will be supported later." "ELEMENT_WISE","Y","ADD/MUL/DIV/MIN/MAX/NEG/ABS/SQR_DIFF/POW/RSQRT/EQUAL" "EMBEDDING_LOOKUP","Y","" + "EXPANDDIMS","Y","Only CPU and TensorFlow is supported." + "FILL","Y","Only CPU and TensorFlow is supported." "FULLY_CONNECTED","Y","" "GROUP_CONV_2D","","Caffe model with group count = channel count is supported." "IDENTITY","Y","Only TensorFlow model is supported." @@ -39,6 +41,7 @@ Operator lists "RELUX","Y","" "RESHAPE","Y","Limited support: GPU only supports softmax-like usage, CPU only supports the usage which not change the storage format." "RESIZE_BILINEAR","Y","" + "REVERSE","Y","Only CPU and Tensorflow is supported" "RNN","","" "RPN_PROPOSAL_LAYER","Y","" "SHAPE","Y","Only CPU and TensorFlow is supported." @@ -48,6 +51,7 @@ Operator lists "SOFTMAX","Y","" "SPACE_TO_BATCH_ND", "Y","" "SPACE_TO_DEPTH","Y","" - "SQEEZE","Y","Only CPU and TensorFlow is supported." + "SQUEEZE","Y","Only CPU and TensorFlow is supported." "TANH","Y","" "TRANSPOSE","Y","Only CPU and TensorFlow is supported." + "UNSTACK","Y","Only CPU and TensorFlow is supported." -- GitLab