aboutsummaryrefslogtreecommitdiff
path: root/chapters/data_nodes.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2021-11-12 16:15:47 -0800
committerEric Kunze <eric.kunze@arm.com>2021-11-12 16:16:57 -0800
commita0e9a523fcee7f25d4a81289cf10e9f9082ee878 (patch)
treee48d90ea86c18bd1e36dccbedb6eb8d77263d5cc /chapters/data_nodes.adoc
parentb79c7d19af28899abb6b821640ea365fd27516a1 (diff)
downloadspecification-a0e9a523fcee7f25d4a81289cf10e9f9082ee878.tar.gz
Use in_out_t when a type is used for input and output
Also change acc_t to out_t when the value is being used as an output. This should make the argument tables easier to follow. Change-Id: I2a57f3c4eaf937f29da785ff5c11576663a39494
Diffstat (limited to 'chapters/data_nodes.adoc')
-rw-r--r--chapters/data_nodes.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapters/data_nodes.adoc b/chapters/data_nodes.adoc
index e4a3e88..9d32a62 100644
--- a/chapters/data_nodes.adoc
+++ b/chapters/data_nodes.adoc
@@ -43,14 +43,14 @@ Returns a tensor with the same shape, type, and contents as the input.
|===
|Argument|Type|Name|Shape|Description
-|Input|in_t*|input1|shape|Input tensor
-|Output|in_t*|output|shape|Output tensor of same type, size as the input tensor
+|Input|in_out_t*|input1|shape|Input tensor
+|Output|in_out_t*|output|shape|Output tensor of same type, size as the input tensor
|===
*Supported Data Types:*
|===
-|Profile|Mode|in_t
+|Profile|Mode|in_out_t
|Any|Boolean|bool_t
|Any|signed 8|int8_t