From 4102773d83e236448130b43b1747621ace00160f Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 25 May 2022 17:52:29 +0100 Subject: Add support for uint16_t Signed-off-by: Jeremy Johnson Change-Id: Ieab5c56db49549726dd5efb0d9b728713fc6f86a --- schema/tosa.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/tosa.fbs') diff --git a/schema/tosa.fbs b/schema/tosa.fbs index 33075ed..4267adf 100644 --- a/schema/tosa.fbs +++ b/schema/tosa.fbs @@ -30,6 +30,7 @@ enum DType:uint32 { INT32, INT48, FLOAT, + UINT16, } enum ResizeMode:uint32 { -- cgit v1.2.1