aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/serializer/tosa_serializer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py
index 22f9bc3..220bc2a 100644
--- a/python/serializer/tosa_serializer.py
+++ b/python/serializer/tosa_serializer.py
@@ -345,7 +345,7 @@ class TosaSerializerAttribute(TosaSerializerUnion):
self.utype = Attribute.Attribute().TableAttribute
self.optFcns = (a.Start, a.End)
- self.intvecs.append((a.AddTable, table))
+ self.int16vecs.append((a.AddTable, table))
def MatMulAttribute(self, A_zp, B_zp):
from tosa import MatMulAttribute as a, Attribute