aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2020-11-29 22:46:38 -0800
committerEric Kunze <eric.kunze@arm.com>2020-11-29 22:46:38 -0800
commit5d60c71300ecb78cd59ca30f6383ec7f5527d3c5 (patch)
tree69e708669106eb7a57961b1806e9343884fca738
parent64bb762e18a42c1645c2e7ce9e9fedcb9181ae6c (diff)
downloadspecification-5d60c71300ecb78cd59ca30f6383ec7f5527d3c5.tar.gz
Fix minor spec issues
Profile for EXP operator TANH table formatting Remove dilation from TRANSPOSE_CONV2D Change-Id: I2a265fecfb25ad997fdc992ad8542000014ac7c0
-rw-r--r--chapters/activation_funcs.adoc2
-rw-r--r--chapters/ewise_unary.adoc2
-rw-r--r--chapters/tensor_ops.adoc1
3 files changed, 1 insertions, 4 deletions
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
diff --git a/chapters/ewise_unary.adoc b/chapters/ewise_unary.adoc
index 7df32ba..c64bef7 100644
--- a/chapters/ewise_unary.adoc
+++ b/chapters/ewise_unary.adoc
@@ -162,7 +162,7 @@ Elementwise e to the x operation
|===
|Profile|Mode|in_t
-|Any|float|float
+|MI, MT|float|float
|===
==== FLOOR
diff --git a/chapters/tensor_ops.adoc b/chapters/tensor_ops.adoc
index dda04db..7d84ae6 100644
--- a/chapters/tensor_ops.adoc
+++ b/chapters/tensor_ops.adoc
@@ -471,7 +471,6 @@ Performs a 2D transposed convolution over the given tensor input, using the weig
|Input (MT profile) Attribute (BI/MI profiles)|acc_t*|bias|[OC]|Per output channel bias data.
|Attribute|int*|out_pad|[2]|[out_pad_top, out_pad_left]
|Attribute|int*|stride|[2]|[stride_y, stride_x]
-|Attribute|int*|dilation|[2]|[dilation_y, dilation_x]
|Attribute|int*|out_shape|[4]|[N,OH,OW,OC]
|Output|acc_t*|output|[N,OH,OW,OC]|Output tensor
|===