From 52c89f40440ef5bcb318b3945bdc1463ce703b8b Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 10 May 2023 16:41:13 -0700 Subject: Add ERF activation function Defined for floating-point types only. For integer versions, a TABLE should be used. Change-Id: Ieaec6e6eb3227c5dcd9741cddd57426002a8db4d Signed-off-by: Eric Kunze --- tosa.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'tosa.xml') diff --git a/tosa.xml b/tosa.xml index f4186e3..8de564e 100644 --- a/tosa.xml +++ b/tosa.xml @@ -663,6 +663,33 @@ + + ERF + + + Input tensor + + + + Output tensor of same type and shape as input + + + + + + + + + + + + + + + + + + SIGMOID -- cgit v1.2.1