IVGCVSW-2832 (Part 2) update clframework pin to b4a44ff3aa98d2b51f1621a7525db3f81108a1bd

* Change in clframework to remove check for data format in the NE/CLReductionOperationKernel
  that was preventing a Resnet v2 50 model from running to completion

!android-nn-driver:925

Change-Id: Ia7da001dd231d97b538846b69a40165fa64d1ff3
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index 670d938..cf117d6 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -68,7 +68,7 @@
 # git fetch https://review.mlplatform.org/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
 
 # For pinning to a revision use this:
-CLFRAMEWORKREVISION="2761c2f0b60175469e959982a25ff0abdca6c9ce" # COMPMID-2075 Segfault in NELSTM
+CLFRAMEWORKREVISION="b4a44ff3aa98d2b51f1621a7525db3f81108a1bd" # COMPMID-1995: Removed layout checks from Reduction ops
 git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
 AssertZeroExitCode