From 87bf309c606ad9bc3c51980ca656885397e6fb39 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 4 Jan 2023 16:18:43 -0800 Subject: Add accumulator size attribute to AVG_POOL2D The accumulator size cannot be determined from the current signature, so a new attribute is needed to describe the possible accumulator sizes. Change-Id: I6de81b9ef2bb62a1ca726866f6561c6ae44904aa --- tosa.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tosa.xml b/tosa.xml index 8963d7c..811513a 100644 --- a/tosa.xml +++ b/tosa.xml @@ -68,6 +68,9 @@ + + Enumerated type, must be one of INT32, FP16, FP32, as defined in the Supported Data Types table for this operation + Input tensor zero point. Must be zero for non-int8 types. -- cgit v1.2.1