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 e3a64fc commit 7a751b8Copy full SHA for 7a751b8
paddle/fluid/operators/isfinite_op.cc
@@ -60,7 +60,7 @@ class OverflowOpMaker : public framework::OpProtoAndCheckerMaker {
60
"(Tensor) 1-dim tensor, contains a bool scalar. The output "
61
"tensor of overflow operator.");
62
AddComment(string::Sprintf(R"DOC(
63
-Overflow operator.
+Overflow %s operator.
64
65
$$Out = any(X)$$
66
@@ -69,6 +69,8 @@ Out = Inf if any X contains Inf,
69
Out = Nan if any X contains Nan,
70
Out = 0 if no Inf/Nan detected.
71
If X contains both Inf/Nan, it will return the first indicator it meeted.
72
+
73
+%s
74
)DOC",
75
GetName(), GetComments()));
76
}
0 commit comments