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.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapters/activation_funcs.adoc b/chapters/activation_funcs.adoc
index 1be3168..a64d7d0 100644
--- a/chapters/activation_funcs.adoc
+++ b/chapters/activation_funcs.adoc
@@ -43,6 +43,11 @@ include::{pseudocode}/operators/tables/ERF.tosac[lines=10..-1]
include::{generated}/operators/ERF.adoc[]
+[source,c++]
+----
+include::{pseudocode}/operators/ERF.tosac[lines=10..-1]
+----
+
==== SIGMOID
Applies the sigmoid logistic function to each element of the input tensor.