Skip to content

Commit c11925f

Browse files
deb-intelvpirogov
authored andcommitted
doc: Fixed diffweights syntax error for PreLu primitive
Signed-off-by: Taylor, Deb <deb.taylor@intel.com>
1 parent 52abbd2 commit c11925f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/primitives/prelu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For no broadcast case, results are calculated using formula:
6262
\diffdst(n, c, h, w) \cdot \weights(n, c, h, w) &
6363
\mbox{if } \src(n, c, h, w) \leq 0
6464
\end{cases}\\\\
65-
\diff_weights(n, c, h, w) &=
65+
\diffweights(n, c, h, w) &=
6666
\min(\src(n, c, h, w), 0) \cdot \diffdst(n, c, h, w)
6767
\f]
6868

0 commit comments

Comments
 (0)