Beautify operator specifications (#6958)

* beautify operator specifications

* further update ops specs

* update FloorMod spec

* update adaptive pool spec

* update HSwish spec

* bringg back old erf version
This commit is contained in:
Dawid Kożykowski
2021-08-12 12:11:30 +02:00
committed by GitHub
parent f26ecdd53f
commit 273c7188a4
27 changed files with 45 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ Output is calculated using the following formula:
\f[
y(p) = \sum_{k = 1}^{K}w_{k}x(p + p_{k} + {\Delta}p_{k})
y(p) = \displaystyle{\sum_{k = 1}^{K}}w_{k}x(p + p_{k} + {\Delta}p_{k})
\f]