fix isfinite_v2_op OpProtoAndCheckerMaker AddComment bug (#29626)

fix isfinite_v2_op OpProtoAndCheckerMaker AddComment bug
revert-31562-mean
syyxsxx 4 years ago committed by GitHub
parent 2e788bd81e
commit 7c2affaa26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@ class OverflowV2OpMaker : public framework::OpProtoAndCheckerMaker {
AddComment(string::Sprintf(R"DOC(
Overflow %s operator.
$$Out = %s(X)$$
$$Out = any(X)$$
Check whether each element of X is Inf or Nan, return the bool result of each
element of X as a tensor.

Loading…
Cancel
Save