From 3a4785772a0f076e2e9653ad70dbb2fc412ac302 Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Fri, 22 Jan 2021 17:21:02 -0800 Subject: Remove AINT8 - Updated C and Py serialization libraries, updated licence files - Removed AINT8 from TOSA reference tests Signed-off-by: Kevin Cheng Signed-off-by: Jared Smolens Change-Id: I860bfeaad5a075e50f569c8f6861927ebacf1378 --- serialization/tosa.fbs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'serialization/tosa.fbs') diff --git a/serialization/tosa.fbs b/serialization/tosa.fbs index 9df8746..e30c3cf 100644 --- a/serialization/tosa.fbs +++ b/serialization/tosa.fbs @@ -1,5 +1,5 @@ -// Copyright (c) 2020, ARM Limited. +// Copyright (c) 2020-2021, ARM Limited. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ file_extension "tosa"; enum DType:uint32 { UNKNOWN = 0, BOOL, - AINT8, UINT8, INT4, INT8, -- cgit v1.2.1