提交 e2783bb6 编写于 作者: Q qiaolongfei

update split_lod_tensor doc

上级 9de779f1
...@@ -69,8 +69,10 @@ def split_lod_tensor(input, mask, level=0): ...@@ -69,8 +69,10 @@ def split_lod_tensor(input, mask, level=0):
level(int): The specific lod level to split. level(int): The specific lod level to split.
Returns: Returns:
Variable: The true branch of tensor as per the mask applied to input. tuple(Variable, Variable):
Variable: The false branch of tensor as per the mask applied to input. The true branch of tensor as per the mask applied to input.
The false branch of tensor as per the mask applied to input.
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.
先完成此消息的编辑!
想要评论请 注册