aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_serializer.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tosa_serializer.py')
-rw-r--r--verif/tosa_serializer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/verif/tosa_serializer.py b/verif/tosa_serializer.py
index 3b7e339..136f7aa 100644
--- a/verif/tosa_serializer.py
+++ b/verif/tosa_serializer.py
@@ -1,6 +1,6 @@
-# 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.
@@ -29,7 +29,6 @@ import json
# here.
DTypeNames = [ 'UNKNOWN',
'BOOL',
- 'AINT8',
'UINT8',
'INT4',
'INT8',