Skip to content

Commit

Permalink
fix typos in template for codegen of operators (#44364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyu Chan authored Jul 18, 2022
1 parent fbedf77 commit 4c1e77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/phi/api/yaml/generator/templates/op.c.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "paddle/phi/infermeta/binary.h"
#include "paddle/phi/infermeta/ternary.h"
#include "paddle/phi/infermeta/multiary.h"
#include "paddle/phi/infermeta/backward.cc"
#include "paddle/phi/infermeta/backward.h"

namespace paddle {
namespace operators {
Expand Down

0 comments on commit 4c1e77d

Please sign in to comment.