From 5bb1f025503f0f626f187fdd5696864dc0ca1f2c Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 20 Jan 2023 11:46:35 -0800 Subject: 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 --- chapters/ewise_binary.adoc | 4 ++-- 1 file 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[] -- cgit v1.2.1