update split_lod_tensor doc

wangkuiyi-patch-1
qiaolongfei 7 years ago
parent 9de779f1cf
commit e2783bb6af

@ -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

Loading…
Cancel
Save