Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzSean committed Mar 17, 2022
1 parent 90f219d commit 775ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/phi/kernels/cpu/hierarchical_sigmoid_grad.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void HierarchicalSigmoidGradKernelImpl(
DenseTensor* x_grad,
DenseTensor* w_grad,
DenseTensor* bias_grad,
SelectRows* w_grad_sr = nullptr) {
SelectedRows* w_grad_sr = nullptr) {
funcs::SetConstant<Context, T> zero;
DenseTensor pre_out_grad;

Expand Down

1 comment on commit 775ec97

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