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 --- chapters/enumerations.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 chapters/enumerations.adoc (limited to 'chapters') diff --git a/chapters/enumerations.adoc b/chapters/enumerations.adoc new file mode 100644 index 0000000..24a1708 --- /dev/null +++ b/chapters/enumerations.adoc @@ -0,0 +1,16 @@ +// +// This confidential and proprietary software may be used only as +// authorised by a licensing agreement from ARM Limited +// (C) COPYRIGHT 2023 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 +// by a licensing agreement from ARM Limited. + +== Enumerations + +Where enumerated types are specified for an operator, the provided value must be a valid enumerant for that type. +The included tables provide reference values for the enumerations. +Implementations do not need to use these values, they may subtitue other values as long as they are functionally equivalent. + +include::{generated}/enums.adoc[] -- cgit v1.2.1