From 497ab5d8cfce56eaa15db8853c903ef4dcf13e42 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 21 Oct 2022 16:39:01 -0700 Subject: Add attributes to serialization of custom op Change-Id: I4a1d7675b247efcf34aadd59eac17b966e3705af Signed-off-by: Eric Kunze --- python/tosa/Attribute.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/tosa') diff --git a/python/tosa/Attribute.py b/python/tosa/Attribute.py index ec0c7b0..7ada553 100644 --- a/python/tosa/Attribute.py +++ b/python/tosa/Attribute.py @@ -24,3 +24,4 @@ class Attribute(object): MatMulAttribute = 18 FullyConnectedAttribute = 19 NegateAttribute = 20 + CustomAttribute = 21 -- cgit v1.2.1