aboutsummaryrefslogtreecommitdiff
path: root/chapters/reduction.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/reduction.adoc')
-rw-r--r--chapters/reduction.adoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapters/reduction.adoc b/chapters/reduction.adoc
index 0739dfd..9aaf9a1 100644
--- a/chapters/reduction.adoc
+++ b/chapters/reduction.adoc
@@ -18,7 +18,7 @@ Reduce a tensor along the given axis with a logical AND operation
|===
|Argument|Type|Name|Shape|Description
-|Input|in_t*|input|in_shape|Input tensor from 1 to 4 dims
+|Input|in_t*|input|in_shape|Input tensor with rank from 1 to 4
|Attribute|int|axis|-|Axis to reduce
|Output|out_t*|output|out_shape|Output tensor. Same rank as the input tensor.
|===
@@ -59,7 +59,7 @@ Reduce a tensor along the given axis with a logical OR operation
|===
|Argument|Type|Name|Shape|Description
-|Input|in_t*|input|in_shape|Input tensor from 1 to 4 dims
+|Input|in_t*|input|in_shape|Input tensor with rank from 1 to 4
|Attribute|int|axis|-|Axis to reduce
|Output|out_t*|output|out_shape|Output tensor. Same rank as the input tensor.
|===
@@ -100,7 +100,7 @@ Reduce a tensor along the given axis with a maximum operation
|===
|Argument|Type|Name|Shape|Description
-|Input|in_t*|input|in_shape|Input tensor from 1 to 4 dims
+|Input|in_t*|input|in_shape|Input tensor with rank from 1 to 4
|Attribute|int|axis|-|Axis to reduce
|Output|out_t*|output|out_shape|Output tensor. Same rank as the input tensor.
|===
@@ -143,7 +143,7 @@ Reduce a tensor along the given axis with a minimum operation
|===
|Argument|Type|Name|Shape|Description
-|Input|in_t*|input|in_shape|Input tensor from 1 to 4 dims
+|Input|in_t*|input|in_shape|Input tensor with rank from 1 to 4
|Attribute|int|axis|-|Axis to reduce
|Output|out_t*|output|out_shape|Output tensor. Same rank as the input tensor.
|===
@@ -191,7 +191,7 @@ Reduce a tensor along the given axis by computing the product of the axis.
|===
|Argument|Type|Name|Shape|Description
-|Input|in_t*|input|in_shape|Input tensor from 1 to 4 dims
+|Input|in_t*|input|in_shape|Input tensor with rank from 1 to 4
|Attribute|int|axis|-|Axis to reduce
|Output|out_t*|output|out_shape|Output tensor. Same rank as the input tensor.
|===
@@ -232,7 +232,7 @@ Reduce a tensor along the given axis by computing the sum of the axis.
|===
|Argument|Type|Name|Shape|Description
-|Input|in_t*|input|in_shape|Input tensor from 1 to 4 dims
+|Input|in_t*|input|in_shape|Input tensor with rank from 1 to 4
|Attribute|int|axis|-|Axis to reduce
|Output|out_t*|output|out_shape|Output tensor. Same rank as the input tensor.
|===