Skip to content

Commit

Permalink
Update pixel_unshuffle_sig.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
BrilliantYuKaimin committed Apr 18, 2022
1 parent 9aeb8b8 commit c3fbce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/phi/ops/compat/pixel_unshuffle_sig.cc
Expand Up @@ -25,9 +25,9 @@ KernelSignature PixelUnshuffleOpArgumentMapping(
KernelSignature PixelUnshuffleGradOpArgumentMapping(
const ArgumentMappingContext& ctx) {
return KernelSignature("pixel_unshuffle_grad",
{GradVarName("Out")},
{"Out@GRAD"},
{"downscale_factor", "data_format"},
{GradVarName("X")});
{"X@GRAD"});
}

} // namespace phi
Expand Down

0 comments on commit c3fbce6

Please sign in to comment.