aboutsummaryrefslogtreecommitdiff
path: root/chapters/activation_funcs.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/activation_funcs.adoc')
-rw-r--r--chapters/activation_funcs.adoc12
1 files changed, 9 insertions, 3 deletions
diff --git a/chapters/activation_funcs.adoc b/chapters/activation_funcs.adoc
index 87f213c..27ba596 100644
--- a/chapters/activation_funcs.adoc
+++ b/chapters/activation_funcs.adoc
@@ -44,7 +44,9 @@ for_each(index in shape) {
|Any|signed 8|int8_t
|Any|signed 16|int16_t
-|MI, MT|floating-point|float_t
+|MI, MT|fp16|fp16_t
+|MI, MT|bf16|bf16_t
+|MI, MT|fp32|fp32_t
|===
==== SIGMOID
@@ -81,7 +83,9 @@ generate_lookup_table(&sigmoid_table, &sigmoid_reference);
|===
|Profile|Mode|in_out_t
-|MI, MT|floating-point|float_t
+|MI, MT|fp16|fp16_t
+|MI, MT|bf16|bf16_t
+|MI, MT|fp32|fp32_t
|===
==== TANH
@@ -119,5 +123,7 @@ generate_lookup_table(&tanh_table, &tanh_reference);
|===
|Profile|Mode|in_out_t
-|MI, MT|floating-point|float_t
+|MI, MT|fp16|fp16_t
+|MI, MT|bf16|bf16_t
+|MI, MT|fp32|fp32_t
|===