From a245580e02a9044bfc16d174890328020fbde183 Mon Sep 17 00:00:00 2001 From: liutuo Date: Thu, 8 Nov 2018 10:42:51 +0800 Subject: [PATCH] update op list for dw_deconv --- docs/user_guide/op_lists.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_guide/op_lists.rst b/docs/user_guide/op_lists.rst index 42ad4a0d..42426a76 100644 --- a/docs/user_guide/op_lists.rst +++ b/docs/user_guide/op_lists.rst @@ -16,6 +16,7 @@ Operator lists "CONV_2D","Y","Fusion with BN and activation layer is supported." "CROP","Y","Only Caffe's crop layer is supported (in GPU, offset on channel-dim should be dividable by 4)." "DECONV_2D","Y","Supports Caffe's Deconvolution and TensorFlow's tf.layers.conv2d_transpose." + "DEPTHWISE_DECONV2D","Y","Supports Caffe's Group and Depthwise Deconvolution. For GPU only supports depthwise mode(multiplier = 1)." "DEPTHWISE_CONV_2D","Y","Only multiplier = 1 is supported; Fusion is supported." "DEPTH_TO_SPACE","Y","" "DEQUANTIZE","Y","Model quantization will be supported later." -- GitLab