diff --git a/docs/user_guide/op_lists.rst b/docs/user_guide/op_lists.rst index 5e674e8c060c4478e2b77feb61d8eb789c5a278f..42ad4a0dbffd16412cdd805f474f82de82c997c9 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."