未验证 提交 388aa51c 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #7622 from abhinavarora/reduce_op_doc

Fixing the rendering for Reduce operators in operator documentation
...@@ -129,7 +129,7 @@ If reduce_all is true, just reduce along all dimensions and output a scalar. ...@@ -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) { void SetComment(std::string name, std::string op) {
Replace(comment_, "{ReduceOP}", name); Replace(comment_, "{ReduceOp}", name);
Replace(comment_, "{reduce}", op); Replace(comment_, "{reduce}", op);
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册