未验证 提交 22165934 编写于 作者: Y Yang Zhang 提交者: GitHub

Fix `paddle.acos` docstring (#25958)

test=develop,test=document_fix

remove activation wording
上级 a5b5b00e
...@@ -337,7 +337,7 @@ class AcosOpMaker : public framework::OpProtoAndCheckerMaker { ...@@ -337,7 +337,7 @@ class AcosOpMaker : public framework::OpProtoAndCheckerMaker {
AddInput("X", "Input of acos operator"); AddInput("X", "Input of acos operator");
AddOutput("Out", "Output of acos operator"); AddOutput("Out", "Output of acos operator");
AddComment(R"DOC( AddComment(R"DOC(
Arccosine Activation Operator. Arccosine Operator.
$$out = \cos^{-1}(x)$$ $$out = \cos^{-1}(x)$$
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册