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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/tosa/Attribute.py b/python/tosa/Attribute.py
index e70c0ac..334b4ae 100644
--- a/python/tosa/Attribute.py
+++ b/python/tosa/Attribute.py
@@ -19,9 +19,9 @@
class Attribute(object):
NONE = 0
- Pool2dAttribute = 1
- Conv2dAttribute = 2
- TransposeConv2dAttribute = 3
+ PoolAttribute = 1
+ ConvAttribute = 2
+ TransposeConvAttribute = 3
ReluNAttribute = 4
AxisAttribute = 5
ReshapeAttribute = 6