From 4381b3d7fcb7cab975f46c62c86a35c53ade047f Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 22 Aug 2022 18:15:41 +0000 Subject: Update serialization lib to flatbuffers 2.0.6 Signed-off-by: Eric Kunze Change-Id: I64ac03a2fa8711c2050efd5fedbc34a4c2a67bd5 --- python/tosa/Attribute.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/tosa/Attribute.py') diff --git a/python/tosa/Attribute.py b/python/tosa/Attribute.py index 166de8e..ec0c7b0 100644 --- a/python/tosa/Attribute.py +++ b/python/tosa/Attribute.py @@ -24,4 +24,3 @@ class Attribute(object): MatMulAttribute = 18 FullyConnectedAttribute = 19 NegateAttribute = 20 - -- cgit v1.2.1