提交 e2783bb6 编写于 作者: Q qiaolongfei

update split_lod_tensor doc

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