From b2b5a26e7b7250532df189cd7cf7cf1d4b528a28 Mon Sep 17 00:00:00 2001 From: Ferran Balaguer Date: Mon, 24 Jun 2019 12:43:38 +0100 Subject: Update the CL pin to the latest master * Update SoftMaxUint8Workload for CL and NEON to deal with quantization parameters as vectors. * Change Sigmoid Activation function QAsymm8 tests to use scale=1.f/256.f and offset=0 as quatization output parameters. !android-nn-driver:1417 Signed-off-by: Ferran Balaguer Change-Id: Ief91f10193fbbbad0c0124ece41f0bf4e0dcd992 --- scripts/get_compute_library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 391168a73b..ec84209ec4 100755 --- a/scripts/get_compute_library.sh +++ b/scripts/get_compute_library.sh @@ -10,7 +10,7 @@ CMD=$( basename $0 ) #DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_19_05" # Release 19.05 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="d7dd15c445397ab879439de6659859db09f4b752" +DEFAULT_CLFRAMEWORKREVISION="3689fcd5915cd902cb4ea5f618f2a6e42f6dc4a1" usage() { echo "Usage: $CMD (Use the default clframework SHA)" -- cgit v1.2.1