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 --- reference_model/src/tensor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'reference_model/src/tensor.h') diff --git a/reference_model/src/tensor.h b/reference_model/src/tensor.h index 2fd37cd..4f77cfc 100644 --- a/reference_model/src/tensor.h +++ b/reference_model/src/tensor.h @@ -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. @@ -714,7 +714,6 @@ public: goto done; } case DType_INT32: - case DType_AINT8: case DType_UINT8: case DType_INT4: case DType_INT8: -- cgit v1.2.1