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

Fix `paddle.atan` docstring (#25968)

test=develop,test=document_fix

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