Skip to content

Commit

Permalink
Merge pull request #7622 from abhinavarora/reduce_op_doc
Browse files Browse the repository at this point in the history
Fixing the rendering for Reduce operators in operator documentation
  • Loading branch information
luotao1 authored Jan 18, 2018
2 parents f6dfccb + 484af6c commit 388aa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/operators/reduce_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ If reduce_all is true, just reduce along all dimensions and output a scalar.
}

void SetComment(std::string name, std::string op) {
Replace(comment_, "{ReduceOP}", name);
Replace(comment_, "{ReduceOp}", name);
Replace(comment_, "{reduce}", op);
}
};
Expand Down

0 comments on commit 388aa51

Please sign in to comment.