From 880e73543120648f08886365a45e8b2ce32d5ff1 Mon Sep 17 00:00:00 2001 From: Fredrik Svedberg Date: Tue, 25 Aug 2020 11:31:47 +0200 Subject: [MLBEDSW-2846] Do not use NHCWB16 for reduce_sum int32 Added checks for not using NHCWB16 for reduce_sum int32 which makes int8/uint8 softmax work. Also enabled softmax graph rewrite by default and fixed a saturation problem. Change-Id: Ic01bd9ece7e5c3edb2900b7915cc747efe9e5760 Signed-off-by: Fredrik Svedberg --- ethosu/vela/test/testutil.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ethosu/vela/test') diff --git a/ethosu/vela/test/testutil.py b/ethosu/vela/test/testutil.py index 68866fc7..fb6ca591 100644 --- a/ethosu/vela/test/testutil.py +++ b/ethosu/vela/test/testutil.py @@ -37,7 +37,6 @@ def create_arch(): block_config_limit=None, global_memory_clock_scale=1.0, max_blockdep=0, - softmax_support=True, weight_estimation_scaling=1.0, ) -- cgit v1.2.1