aboutsummaryrefslogtreecommitdiff
path: root/python/tosa
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-10-21 16:39:01 -0700
committerEric Kunze <eric.kunze@arm.com>2023-01-04 21:32:22 +0000
commit497ab5d8cfce56eaa15db8853c903ef4dcf13e42 (patch)
treef1e203ce676c179c4053475d9fd5f2274151b0aa /python/tosa
parent9d0c2339ba7b29dfdf90694820232b5927203006 (diff)
downloadserialization_lib-497ab5d8cfce56eaa15db8853c903ef4dcf13e42.tar.gz
Add attributes to serialization of custom op
Change-Id: I4a1d7675b247efcf34aadd59eac17b966e3705af Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Diffstat (limited to 'python/tosa')
-rw-r--r--python/tosa/Attribute.py1
1 files changed, 1 insertions, 0 deletions
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