From 02a0849d78adf9caaaf7923b5e62e94ad3ea347c Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 11 Apr 2024 14:41:03 -0700 Subject: Remove int48 as valid accumulator for AVG_POOL2D It was never listed in the supported data type table, so it isn't a valid option for the acc_type. Signed-off-by: Eric Kunze Change-Id: I07021a4e36f321dfb7b493fe727d337b364b2ebb --- tosa.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tosa.xml b/tosa.xml index 15db62b..be25eca 100644 --- a/tosa.xml +++ b/tosa.xml @@ -92,7 +92,7 @@ - Enumerated type, must be one of INT32, INT48, FP16, FP32, as defined in the Supported Data Types table for this operation + Enumerated type, must be one of INT32, FP16, FP32, as defined in the Supported Data Types table for this operation -- cgit v1.2.1