aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-01-20 11:46:35 -0800
committerEric Kunze <eric.kunze@arm.com>2023-01-23 22:13:35 +0000
commit5bb1f025503f0f626f187fdd5696864dc0ca1f2c (patch)
treea0c2bc4c20ae16af2a04f04b691ac29d07f1aaac
parent13ede1df912c7adc59535036103a2da640613bfe (diff)
downloadspecification-5bb1f025503f0f626f187fdd5696864dc0ca1f2c.tar.gz
Clarify description for LOGICAL_LEFT_SHIFT
Align with the definition for LOGICAL_RIGHT_SHIFT which was clearer. Change-Id: I9d8f33b54fb982a09597078eb14a7730c488bcef Signed-off-by: Eric Kunze <eric.kunze@arm.com>
-rw-r--r--chapters/ewise_binary.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/ewise_binary.adoc b/chapters/ewise_binary.adoc
index 5c34249..963d712 100644
--- a/chapters/ewise_binary.adoc
+++ b/chapters/ewise_binary.adoc
@@ -1,7 +1,7 @@
//
// This confidential and proprietary software may be used only as
// authorised by a licensing agreement from ARM Limited
-// (C) COPYRIGHT 2020-2022 ARM Limited
+// (C) COPYRIGHT 2020-2023 ARM Limited
// ALL RIGHTS RESERVED
// The entire notice above must be reproduced on all authorised
// copies and copies may only be made to the extent permitted
@@ -161,7 +161,7 @@ for_each(index in shape) {
==== LOGICAL_LEFT_SHIFT
-Elementwise left shift of input1 and input2.
+Elementwise logical left shift of input1 by the amount specified in input2.
Axis of size 1 will be broadcast, as necessary. Rank of input tensors must match.
include::{generated}/operators/LOGICAL_LEFT_SHIFT.adoc[]