aboutsummaryrefslogtreecommitdiff
path: root/chapters/activation_funcs.adoc
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2024-01-25 14:53:20 +0000
committerEric Kunze <eric.kunze@arm.com>2024-01-28 15:59:46 +0000
commit7e5d187c612fcc715ea3f7f0c900eb13af75a660 (patch)
treea933798aa65c5bdc580f51538ffa28563cf69ebf /chapters/activation_funcs.adoc
parent608588390a90e6e337a592b62cf811d1ea8ea0fd (diff)
downloadspecification-7e5d187c612fcc715ea3f7f0c900eb13af75a660.tar.gz
Add missing pseudocode for CONST, CUSTOM, ERF, and IDENTITY operators
Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: Icb824233e5be84ac0eb693459b65441e9ae6c545
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.