From 5de08d1db3c1de4fddf3f4bb7a286db35cb9f9d1 Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Thu, 28 Apr 2022 18:47:31 +0100 Subject: Fix round argument category for ARITHMETIC_RIGHT_SHIFT It should be an attribute. Signed-off-by: Kevin Petit Change-Id: I2c9c73605486a44297dad105dbdb94abfb5903fb --- 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 6fecc2a..e25fb8d 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-2021 ARM Limited +// (C) COPYRIGHT 2020-2022 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 @@ -59,7 +59,7 @@ Axis of size 1 will be broadcast, as necessary. Rank of input tensors must match |Input|in_out_t*|input1|shape1|Input tensor |Input|in_out_t*|input2|shape2|Input tensor with the same rank as input1 -|Input|bool_t|round|-|If true then the shift is rounded +|Attribute|bool_t|round|-|If true then the shift is rounded |Output|in_out_t*|output|shape|Output tensor with broadcast shape if necessary |=== -- cgit v1.2.1