未验证 提交 f593c3fb 编写于 作者: W WuHaobo 提交者: GitHub

fix the formula of floor OP and ceil OP (#25292)

上级 fc0da42b
......@@ -225,14 +225,14 @@ $$out = |x|$$
UNUSED constexpr char CeilDoc[] = R"DOC(
Ceil Operator. Computes ceil of x element-wise.
$$out = \left \lceil x \right \rceil$$
$$out = \\left \\lceil x \\right \\rceil$$
)DOC";
UNUSED constexpr char FloorDoc[] = R"DOC(
Floor Activation Operator.
Floor Activation Operator. Computes floor of x element-wise.
$$out = \left \lfloor x \right \rfloor$$
$$out = \\left \\lfloor x \\right \\rfloor$$
)DOC";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册