We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdb573 commit c4c7873Copy full SHA for c4c7873
paddle/fluid/operators/elementwise_op.h
@@ -66,14 +66,14 @@ class ElementwiseOpMaker : public framework::OpProtoAndCheckerMaker {
66
.SetDefault(-1)
67
.EqualGreaterThan(-1);
68
AddComment(string::Sprintf(R"DOC(
69
-Limited Elementwise %s Operator.
+Limited Elementwise %s Operator
70
71
The equation is:
72
73
$$%s$$
74
75
-$X$ is a tensor of any dimension. And $Y$ is a tensor whose dimensions must be
76
-less than or equal to the dimensions of $X$.
+- $X$: a tensor of any dimension.
+- $Y$: a tensor whose dimensions must be less than or equal to the dimensions of $X$.
77
78
There are two cases for this operator:
79
0 commit comments