We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25de680 commit 146b7a6Copy full SHA for 146b7a6
doc/primitives/prelu.md
@@ -62,7 +62,7 @@ For no broadcast case, results are calculated using formula:
62
\diffdst(n, c, h, w) \cdot \weights(n, c, h, w) &
63
\mbox{if } \src(n, c, h, w) \leq 0
64
\end{cases}\\\\
65
- \diff_weights(n, c, h, w) &=
+ \diffweights(n, c, h, w) &=
66
\min(\src(n, c, h, w), 0) \cdot \diffdst(n, c, h, w)
67
\f]
68
0 commit comments