From 5d60c71300ecb78cd59ca30f6383ec7f5527d3c5 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Sun, 29 Nov 2020 22:46:38 -0800 Subject: Fix minor spec issues Profile for EXP operator TANH table formatting Remove dilation from TRANSPOSE_CONV2D Change-Id: I2a265fecfb25ad997fdc992ad8542000014ac7c0 --- chapters/activation_funcs.adoc | 2 -- 1 file changed, 2 deletions(-) (limited to 'chapters/activation_funcs.adoc') diff --git a/chapters/activation_funcs.adoc b/chapters/activation_funcs.adoc index f699f90..8743b13 100644 --- a/chapters/activation_funcs.adoc +++ b/chapters/activation_funcs.adoc @@ -139,7 +139,6 @@ generate_lookup_table(&tanh_table, &tanh_reference); *Arguments:* |=== - |Argument|Type|Name|Shape|Description |Input|in_t*|Input|shape|Input tensor with rank from 1 to 4 @@ -149,7 +148,6 @@ generate_lookup_table(&tanh_table, &tanh_reference); *Supported Data Types:* |=== - |Profile|Mode|in_t|out_t |MI, MT|float|float|float -- cgit v1.2.1