From 5b513886ab120023eb1319d4883b175db8b7de3a Mon Sep 17 00:00:00 2001 From: Fredrik Svedberg Date: Fri, 11 Dec 2020 13:42:22 +0100 Subject: [MLBEDSW-297] Setup and run on Microsoft Windows Various updates to make vela run and produce identical output on Microsoft Windows. * Fixed overflow errors * Fixed compile warnings * Avoid problematic numpy version * Updated README.md Signed-off-by: Fredrik Svedberg Change-Id: Ie48c63a92a00c81b3247d07f05b75d881319ddbb --- ethosu/vela/softmax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethosu/vela/softmax.py') diff --git a/ethosu/vela/softmax.py b/ethosu/vela/softmax.py index 1bdab740..8b061297 100644 --- a/ethosu/vela/softmax.py +++ b/ethosu/vela/softmax.py @@ -520,7 +520,7 @@ class SoftMax: [1, 1, 1, 512], DataType.int32, self.ONE_OVER_ONE_PLUS_X_LUT, - np.int32, + np.uint32, TensorPurpose.LUT, ) ) -- cgit v1.2.1