fix clip op doc operation (#6314)

release/0.11.0
kexinzhao 7 years ago committed by GitHub
parent dbf205002d
commit 94a36b8cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,11 @@ class ClipOpMaker : public framework::OpProtoAndCheckerMaker {
Clip Operator.
The clip operator limits the value of given input within an interval. The interval is
specified with arguments 'min' and 'max'.
specified with arguments 'min' and 'max':
$$
Out = \min(\max(X, min), max)
$$
)DOC");
}

Loading…
Cancel
Save