aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/Attribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa/Attribute.py')
-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