Skip to content

Commit

Permalink
fix docs, test=document_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LielinJiang committed Sep 8, 2020
1 parent 7ce82e1 commit 22ae3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/contrib/layers/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ def correlation(x,
<https://arxiv.org/pdf/1709.02371.pdf>_
Args:
x(Tensor): . The data type is float32 and float64.
x(Tensor): The input x is 4-D Tensor with shape [N, C, H, W]. The data type is float32 and float64.
y(Tensor): The input y is 4-D Tensor with shape [N, C, H, W]. The data type is float32 and float64.
pad_size(int): Pad size. The data type is int.
max_displacement(int): Max displacement. The data type is int.
Expand Down

1 comment on commit 22ae3e6

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.