aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
|===