From 67f6b26eab3da732cc05f26be3b5ef3b6fdbcf64 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 30 Jun 2023 15:04:25 -0700 Subject: Change max rank for reduction operators to MAX_RANK This aligns them with most of the other operators, with the maximum rank handled defined by the level parameter MAX_RANK. Signed-off-by: Eric Kunze Change-Id: Iad9dd285121b4252b39e8e4c3d12a762299c9722 --- tosa.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tosa.xml b/tosa.xml index 018570b..addbf92 100644 --- a/tosa.xml +++ b/tosa.xml @@ -1684,7 +1684,7 @@ Input tensor - + Axis to reduce, in range from 0 to rank(shape1)-1 @@ -1692,7 +1692,7 @@ Output tensor. Same rank as the input tensor. - + @@ -1705,7 +1705,7 @@ Input tensor - + Axis to reduce, in range from 0 to rank(shape1)-1 @@ -1713,7 +1713,7 @@ Output tensor. Same rank as the input tensor. - + @@ -1726,7 +1726,7 @@ Input tensor - + Axis to reduce, in range from 0 to rank(shape1)-1 @@ -1734,7 +1734,7 @@ Output tensor. Same rank as the input tensor. - + @@ -1761,7 +1761,7 @@ Input tensor - + Axis to reduce, in range from 0 to rank(shape1)-1 @@ -1769,7 +1769,7 @@ Output tensor. Same rank as the input tensor. - + @@ -1796,7 +1796,7 @@ Input tensor - + Axis to reduce, in range from 0 to rank(shape1)-1 @@ -1804,7 +1804,7 @@ Output tensor. Same rank as the input tensor. - + @@ -1828,7 +1828,7 @@ Input tensor with rank from 1 to 4 - + Axis to reduce, in range from 0 to rank(shape1)-1 @@ -1836,7 +1836,7 @@ Output tensor. Same rank as the input tensor. - + -- cgit v1.2.1