未验证 提交 94a36b8c 编写于 作者: K kexinzhao 提交者: GitHub

fix clip op doc operation (#6314)

上级 dbf20500
......@@ -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");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册