aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa/Attribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tosa/Attribute.py')
-rw-r--r--ethosu/vela/tosa/Attribute.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/ethosu/vela/tosa/Attribute.py b/ethosu/vela/tosa/Attribute.py
index b26ef48..25ade44 100644
--- a/ethosu/vela/tosa/Attribute.py
+++ b/ethosu/vela/tosa/Attribute.py
@@ -7,7 +7,7 @@ class Attribute(object):
PoolAttribute = 1
ConvAttribute = 2
TransposeConvAttribute = 3
- ReluNAttribute = 4
+ PadAttribute = 4
AxisAttribute = 5
ReshapeAttribute = 6
SliceAttribute = 7
@@ -19,4 +19,10 @@ class Attribute(object):
ArithmeticRightShiftAttribute = 13
CondIfAttribute = 14
WhileLoopAttribute = 15
-
+ TransposeAttribute = 16
+ TableAttribute = 17
+ MatMulAttribute = 18
+ FullyConnectedAttribute = 19
+ NegateAttribute = 20
+ CustomAttribute = 21
+ FFTAttribute = 22