From ba0e1f1f46499f239eb957264b6f8a0a45f50050 Mon Sep 17 00:00:00 2001 From: Dominic Symes Date: Thu, 20 May 2021 10:41:13 +0100 Subject: Fix typo in RESIZE arguments The missing column prevented later rows of arguments being rendered correctly in html Signed-off-by: Dominic Symes Change-Id: Ifa4edd38dc49f2ce6a182ec8cb44f8773a5bfa05 --- chapters/image.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/image.adoc b/chapters/image.adoc index 07f5a0e..b560b5c 100644 --- a/chapters/image.adoc +++ b/chapters/image.adoc @@ -40,7 +40,7 @@ from the strides. |Attribute|int*|output_size|[2]|[OH,OW] |Attribute|resize_t*|stride|[2]|[stride_y, stride_x] |Attribute|resize_t*|offset|[2]|[offset_y, offset_x] -|Attribute|int|shift|Shift value (must be zero if resize_t is float) +|Attribute|int |shift|-|Shift value (must be zero if resize_t is float) |Attribute|mode_t|mode|-|BILINEAR or NEAREST |Output|out_t*|output|[N,OH,OW,C]|Output tensor |=== -- cgit v1.2.1