From 544227ef40dc226707d2c97b41cf0ee0b6111d39 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 13 Feb 2023 16:19:34 -0800 Subject: Add enumerations to TOSA specification Currently used by RESIZE and AVG_POOL2D Change-Id: I4f401ac092fcf426e6d57b3729943135f634a31e Signed-off-by: Eric Kunze --- tosa.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'tosa.xml') diff --git a/tosa.xml b/tosa.xml index f7d865c..7effd1c 100644 --- a/tosa.xml +++ b/tosa.xml @@ -69,7 +69,7 @@ - + Enumerated type, must be one of INT32, FP16, FP32, as defined in the Supported Data Types table for this operation @@ -1977,7 +1977,7 @@ used. [border_y, border_x] - + BILINEAR or NEAREST @@ -2283,4 +2283,16 @@ used. + + + + + + + + + + + + -- cgit v1.2.1