Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
HexToString committed Jan 5, 2022
1 parent 562f897 commit 325f072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/fluid/operators/expand_as_v2_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ REGISTER_OP_CUDA_KERNEL(
REGISTER_OP_VERSION(expand_as_v2)
.AddCheckpoint(
R"ROC(fix expand_as_v2 and add new input [Y])ROC",
paddle::framework::compatible::OpVersionDesc()
.NewInput("Y", "Expand X according to the shape of Y"));
paddle::framework::compatible::OpVersionDesc().NewInput(
"Y", "Expand X according to the shape of Y"));

0 comments on commit 325f072

Please sign in to comment.