From 526f6c7b5d20e967109ca92c8fc54c26c0438135 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 12 Jan 2024 17:18:42 -0800 Subject: Add section of shape operators Rework of the shape operations. Shape operations are now done in shape specific operators rather than being based on type. shape_t is reworked to a list of size_t values. Signed-off-by: Eric Kunze Change-Id: I2fca0728f9caa6a6fc34a8ce9e389bb581eea959 --- tosa.xsd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tosa.xsd') diff --git a/tosa.xsd b/tosa.xsd index c4af523..a52c1a7 100644 --- a/tosa.xsd +++ b/tosa.xsd @@ -41,7 +41,7 @@ - + @@ -61,7 +61,6 @@ - @@ -83,6 +82,8 @@ + + -- cgit v1.2.1