Skip to content

Commit 5b27629

Browse files
committed
test=release/1.0.0
1 parent 9444039 commit 5b27629

File tree

1 file changed

+3
-3
lines changed
  • python/paddle/fluid/layers

1 file changed

+3
-3
lines changed

python/paddle/fluid/layers/nn.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6401,7 +6401,7 @@ def uniform_random_batch_size_like(input,
64016401
input (Variable): ${input_comment}
64026402
shape (tuple|list): ${shape_comment}
64036403
input_dim_idx (Int): ${input_dim_idx_comment}
6404-
output_dim_idx (Int): ${output_dim_idx}
6404+
output_dim_idx (Int): ${output_dim_idx_comment}
64056405
min (Float): ${min_comment}
64066406
max (Float): ${max_comment}
64076407
seed (Int): ${seed_comment}
@@ -6517,7 +6517,7 @@ def gaussian_random_batch_size_like(input,
65176517
Args:
65186518
input (Variable): ${input_comment}
65196519
shape (tuple|list): ${shape_comment}
6520-
input_dim_idx (Int): ${input_dim_idx}
6520+
input_dim_idx (Int): ${input_dim_idx_comment}
65216521
output_dim_idx (Int): ${output_dim_idx_comment}
65226522
mean (Float): ${mean_comment}
65236523
std (Float): ${std_comment}
@@ -6584,7 +6584,7 @@ def slice(input, axes, starts, ends):
65846584
ends (List): ${ends_comment}
65856585
65866586
Returns:
6587-
out (Variable): ${output_comment}
6587+
out (Variable): ${out_comment}
65886588
65896589
"""
65906590

0 commit comments

Comments
 (0)