aboutsummaryrefslogtreecommitdiff
path: root/serialization/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'serialization/tosa.fbs')
-rw-r--r--serialization/tosa.fbs3
1 files changed, 1 insertions, 2 deletions
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,