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/tensor_ops.adoc | 1 - 1 file changed, 1 deletion(-) (limited to 'chapters/tensor_ops.adoc') 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 |=== -- cgit v1.2.1