|
|
|
@ -429,7 +429,8 @@ def lod_rank_table(x, level=0):
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
x (Variable): Input variable, a LoDTensor based which to create the lod
|
|
|
|
x (Variable): Input variable, a LoDTensor based which to create the lod
|
|
|
|
rank table.
|
|
|
|
rank table.
|
|
|
|
level (int): Specify the LoD level.
|
|
|
|
level (int): Specify the LoD level, on which to create the lod rank
|
|
|
|
|
|
|
|
table.
|
|
|
|
|
|
|
|
|
|
|
|
Returns:
|
|
|
|
Returns:
|
|
|
|
Variable: The created LoDRankTable object.
|
|
|
|
Variable: The created LoDRankTable object.
|
|
|
|
|