aboutsummaryrefslogtreecommitdiff
path: root/chapters/ewise_binary.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2020-10-30 14:26:40 -0700
committerEric Kunze <eric.kunze@arm.com>2020-11-03 11:21:27 -0800
commitb0b4bf083b9e73e8f3e96a02a612fac53d3ad651 (patch)
tree9b0b10239f1193598a427d55b9bfd47bae8a1611 /chapters/ewise_binary.adoc
parent408f7c1a2986896bb1c7b2c6515f0dbe079d05c9 (diff)
downloadspecification-b0b4bf083b9e73e8f3e96a02a612fac53d3ad651.tar.gz
Change weights to input for training profile
Weights remain as an attribute for inference profile devices. Change-Id: I1cdbbd2ccd95fc1b7afc0f05a1425fb53560b432 Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Diffstat (limited to 'chapters/ewise_binary.adoc')
-rw-r--r--chapters/ewise_binary.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/ewise_binary.adoc b/chapters/ewise_binary.adoc
index 7292962..a9787b3 100644
--- a/chapters/ewise_binary.adoc
+++ b/chapters/ewise_binary.adoc
@@ -479,7 +479,7 @@ Elementwise multiplication (Hadamard product) of input tensor 0 and input tensor
|Input|in_t*|input1|shape1|Input tensor
|Input|in_t*|input2|shape2|Input tensor with the same rank as Input 0
-|Attribute|uint6_t|shift|-|Result right shift (int32 data type only)
+|Input (MT profile) Attribute (BI/MI profiles)|uint6_t|shift|-|Result right shift (int32 data type only)
|Output|out_t*|output|shape|Output tensor with broadcast shape if necessary
|===