aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Symes <dominic.symes@arm.com>2021-05-20 10:41:13 +0100
committerDominic Symes <dominic.symes@arm.com>2021-05-20 13:10:22 +0100
commitba0e1f1f46499f239eb957264b6f8a0a45f50050 (patch)
tree8d5fe7cc7c0f09e9adf849733ba41523dd8d79b2
parent71ab794662ee2fc061b1baa9af5bb333b79c10d9 (diff)
downloadspecification-ba0e1f1f46499f239eb957264b6f8a0a45f50050.tar.gz
Fix typo in RESIZE arguments
The missing column prevented later rows of arguments being rendered correctly in html Signed-off-by: Dominic Symes <dominic.symes@arm.com> Change-Id: Ifa4edd38dc49f2ce6a182ec8cb44f8773a5bfa05
-rw-r--r--chapters/image.adoc2
1 files changed, 1 insertions, 1 deletions
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
|===