未验证 提交 303947a2 编写于 作者: Y yinhaofeng 提交者: GitHub

delete wrong message test=develop, test=document_fix (#2466)

上级 24fde264
......@@ -34,7 +34,7 @@ slice
参数:
- **input** (Variable)- 多维 ``Tensor`` 或 ``LoDTensor``,数据类型为 ``float16``, ``float32``,``float64``,``int32``,或 ``int64``。
- **axes** (list|tuple)- 数据类型是 ``int32``。表示进行切片的轴。它是可选的,如果不存在,将被视为 :math:`[0,1,...,len(starts)- 1]`。
- **axes** (list|tuple)- 数据类型是 ``int32``。表示进行切片的轴。
- **starts** (list|tuple|Variable)- 数据类型是 ``int32``。如果 ``starts`` 的类型是 list 或 tuple,它的元素可以是整数或者形状为[1]的 ``Tensor`` 或 ``LoDTensor``。如果 ``starts`` 的类型是 ``Variable``,则是1-D ``Tensor`` 或 ``LoDTensor``。表示在各个轴上切片的起始索引值。
- **ends** (list|tuple|Variable)- 数据类型是 ``int32``。如果 ``ends`` 的类型是 list 或 tuple,它的元素可以是整数或者形状为[1]的 ``Tensor`` 或 ``LoDTensor``。如果 ``ends`` 的类型是 ``Variable``,则是1-D ``Tensor`` 或 ``LoDTensor``。表示在各个轴上切片的结束索引值。
......@@ -45,7 +45,6 @@ slice
抛出异常:
- :code:`TypeError`:``starts`` 的类型应该是 list、tuple 或 Variable。
- :code:`TypeError`:``ends`` 的类型应该是 list、tuple 或 Variable。
**代码示例:**
.. code-block:: python
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册