aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa/Attribute.py
diff options
context:
space:
mode:
authorPatrik Gustavsson <patrik.gustavsson@arm.com>2021-10-01 08:15:06 +0200
committerPatrik Gustavsson <patrik.gustavsson@arm.com>2021-10-06 12:39:04 +0200
commit85f6117324295db8f620e2352d9a55220c20fa59 (patch)
treec3bfc660e6bce9bb1070b8985de75bbf3c40f94d /ethosu/vela/tosa/Attribute.py
parentb4936adf32435a96ca1a89818582f8d2efa366d1 (diff)
downloadethos-u-vela-85f6117324295db8f620e2352d9a55220c20fa59.tar.gz
TOSA: Update to new schema
Update based on schema corresponding to TOSA conformance tests release v0.5. Signed-off-by: Patrik Gustavsson <patrik.gustavsson@arm.com> Change-Id: I517cd5d86ddb3ed8c0f377b4462466387dc3af44
Diffstat (limited to 'ethosu/vela/tosa/Attribute.py')
-rw-r--r--ethosu/vela/tosa/Attribute.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ethosu/vela/tosa/Attribute.py b/ethosu/vela/tosa/Attribute.py
index 8a2ccaea..b26ef483 100644
--- a/ethosu/vela/tosa/Attribute.py
+++ b/ethosu/vela/tosa/Attribute.py
@@ -4,9 +4,9 @@
class Attribute(object):
NONE = 0
- Pool2dAttribute = 1
- Conv2dAttribute = 2
- TransposeConv2dAttribute = 3
+ PoolAttribute = 1
+ ConvAttribute = 2
+ TransposeConvAttribute = 3
ReluNAttribute = 4
AxisAttribute = 5
ReshapeAttribute = 6