Skip to content

Commit c4c7873

Browse files
committed
update with comments
1 parent 7bdb573 commit c4c7873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paddle/fluid/operators/elementwise_op.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ class ElementwiseOpMaker : public framework::OpProtoAndCheckerMaker {
6666
.SetDefault(-1)
6767
.EqualGreaterThan(-1);
6868
AddComment(string::Sprintf(R"DOC(
69-
Limited Elementwise %s Operator.
69+
Limited Elementwise %s Operator
7070
7171
The equation is:
7272
7373
$$%s$$
7474
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$.
75+
- $X$: a tensor of any dimension.
76+
- $Y$: a tensor whose dimensions must be less than or equal to the dimensions of $X$.
7777
7878
There are two cases for this operator:
7979

0 commit comments

Comments
 (0)