aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/architecture_features.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/architecture_features.py')
-rw-r--r--ethosu/vela/architecture_features.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ethosu/vela/architecture_features.py b/ethosu/vela/architecture_features.py
index 8b968a3e..fd0e5c06 100644
--- a/ethosu/vela/architecture_features.py
+++ b/ethosu/vela/architecture_features.py
@@ -183,7 +183,6 @@ Note the difference between ArchitectureFeatures and CompilerOptions
block_config_limit,
global_memory_clock_scale,
max_blockdep,
- softmax_support,
weight_estimation_scaling,
):
accelerator_config = accelerator_config.lower()
@@ -332,7 +331,7 @@ Note the difference between ArchitectureFeatures and CompilerOptions
self.generate_block_config_map(Block(ifm_block_max.width, ifm_block_max.height, 128))
# Setup supported operators and restriction checkers class
- self.supported_operators = SupportedOperators(softmax_support)
+ self.supported_operators = SupportedOperators()
# Returns available number of SHRAM banks depending on activation lookup table
# being used or not