提交 9ae764c1 编写于 作者: C chengduozh

fix doc

test=develop
上级 d79d2f68
...@@ -8744,18 +8744,17 @@ def slice(input, axes, starts, ends): ...@@ -8744,18 +8744,17 @@ def slice(input, axes, starts, ends):
return out return out
@templatedoc()
def shape(input): def shape(input):
""" """
**Shape Layer** **Shape Layer**
Return the shape of the input. Get the shape of the input.
Args: Args:
input (Variable): The input variable. input (Variable): The input variable.
Returns: Returns:
out (Variable): The shape of the input variable. Variable: The shape of the input variable.
Examples: Examples:
.. code-block:: python .. code-block:: python
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册