aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/architecture_features.py
diff options
context:
space:
mode:
authorFredrik Svedberg <fredrik.svedberg@arm.com>2020-08-13 10:02:53 +0200
committerFredrik Svedberg <fredrik.svedberg@arm.com>2020-08-19 07:27:56 +0200
commit597fd3f88397501d61855a327c9632fc1dab3f57 (patch)
tree2c42401ed06b82a0252663568154bf8472fd8024 /ethosu/vela/architecture_features.py
parent30cb47abd68b125d5c3fc315948187a9ea8dbd43 (diff)
downloadethos-u-vela-597fd3f88397501d61855a327c9632fc1dab3f57.tar.gz
[MLBEDSW-2657] Softmax uint8/int8
Added graph rewrite of Softmax for uint8/int8. Signed-off-by: Fredrik Svedberg <fredrik.svedberg@arm.com> Change-Id: Iecdd5d2cd3156a601b3313debba4a3562e6be5d7
Diffstat (limited to 'ethosu/vela/architecture_features.py')
-rw-r--r--ethosu/vela/architecture_features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/architecture_features.py b/ethosu/vela/architecture_features.py
index 2e53a695..5453f2cf 100644
--- a/ethosu/vela/architecture_features.py
+++ b/ethosu/vela/architecture_features.py
@@ -94,7 +94,7 @@ class SHRAMElements:
IFM16 = 1
IFM8_Elementwise = 2
IFM16_Elementwise = 3
- IFM32_Elementwise = 4
+ IFM32 = 4
Acc16 = 5
Acc32 = 6
Acc40 = 7