Skip to content

Commit acde6e3

Browse files
authored
Merge pull request #13713 from luotao1/doc_element_1.0
refine elementwise doc
2 parents 1e572a0 + 7e16e64 commit acde6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/elementwise_op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class ElementwiseOpMaker : public framework::OpProtoAndCheckerMaker {
8989
AddAttr<bool>("use_mkldnn", "(bool, default false). Used by MKLDNN.")
9090
.SetDefault(false);
9191
AddComment(string::Sprintf(R"DOC(
92-
Limited Elementwise %s Operator
92+
Elementwise %s Operator
9393
9494
The equation is:
9595

0 commit comments

Comments
 (0)