From 01613fb297c469a1693a7aafc2ee49eb2c7f4a9f Mon Sep 17 00:00:00 2001 From: sandyhouse Date: Fri, 28 Aug 2020 09:58:40 +0000 Subject: [PATCH] remove redundant statement --- doc/fluid/api_cn/tensor_cn/tile_cn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/api_cn/tensor_cn/tile_cn.rst b/doc/fluid/api_cn/tensor_cn/tile_cn.rst index 3d8e989d4..a203045cb 100644 --- a/doc/fluid/api_cn/tensor_cn/tile_cn.rst +++ b/doc/fluid/api_cn/tensor_cn/tile_cn.rst @@ -7,7 +7,7 @@ tile 根据参数 ``repeat_times`` 对输入 ``x`` 的各维度进行复制。 -``x`` 的维数和 ``repeat_times`` 中的元素数量应小于等于6,并且repeat_times中的元素数量应该小于等于6。 +``x`` 的维数和 ``repeat_times`` 中的元素数量应小于等于6。 参数 ::::::::: -- GitLab