We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b368b08 commit 92da94eCopy full SHA for 92da94e
docs/api/paddle/nn/PReLU_cn.rst
@@ -12,7 +12,7 @@ PReLU 激活层(PReLU Activation Operator)。计算公式如下:
12
13
PReLU(x) = max(0, x) + weight * min(0, x)
14
15
-其中,:math: ``x`` 为输入的 Tensor。
+其中,:math:`x` 为输入的 Tensor。
16
17
参数
18
::::::::::
0 commit comments