Skip to content

Commit

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

} // namespace phi
Expand Down

0 comments on commit 11b3b03

Please sign in to comment.