aboutsummaryrefslogtreecommitdiff
path: root/chapters/introduction.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-05-12 17:50:19 -0700
committerEric Kunze <eric.kunze@arm.com>2023-05-22 20:43:44 -0700
commit277a4f17f13ac882075e109c339cdeda03f8eedd (patch)
tree86c121c64f8cea5f8acf1947b426ec73f2ca70b9 /chapters/introduction.adoc
parentb351aea93d369cfc082f2db0df6ac181d3821908 (diff)
downloadspecification-277a4f17f13ac882075e109c339cdeda03f8eedd.tar.gz
Update descriptions for activation functions.
Provide the mathematical formulas for sigmoid and tanh. Define the operation function for sigmoid and tanh for floating-point numbers. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Ib949d2e8e06309e5c5292aa0192746ad0f9b1f11
Diffstat (limited to 'chapters/introduction.adoc')
-rw-r--r--chapters/introduction.adoc12
1 files changed, 11 insertions, 1 deletions
diff --git a/chapters/introduction.adoc b/chapters/introduction.adoc
index c0b0874..9cfccb7 100644
--- a/chapters/introduction.adoc
+++ b/chapters/introduction.adoc
@@ -480,7 +480,17 @@ Signed zero must be supported.
|fp32_t
| -infinity
| +infinity
-| 16-bit single-precision floating-point defined by <<Other publications>>[1]. +
+| 32-bit single-precision floating-point defined by <<Other publications>>[1]. +
+Normal values must be supported. +
+Denormal values must either be supported or flushed to zero. +
+Positive and negative infinity must be supported. +
+At least one NaN encoding must be supported. +
+Signed zero must be supported.
+
+|fp64_t
+| -infinity
+| + infinity
+| 64-bit double-precision floating-point defined by <<Other publications>>[1]. +
Normal values must be supported. +
Denormal values must either be supported or flushed to zero. +
Positive and negative infinity must be supported. +