Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzSean committed Mar 8, 2022
1 parent 86e7db3 commit a238e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/phi/ops/compat/top_k_sig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ KernelSignature TopkOpArgumentMapping(const ArgumentMappingContext& ctx) {
} else {
return KernelSignature(
"top_k", {"X"}, {"k", "axis", "largest", "sorted"}, {"Out", "Indices"});

}
}

Expand Down

0 comments on commit a238e10

Please sign in to comment.