aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-03-06 18:12:09 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-03-12 12:12:30 +0000
commitc7b183ab741650653289f8ce3bdeb4926521fdbd (patch)
tree991e9f20340c91c288d52d8f9a64a3729e4a40b0 /support
parent6800117df3be825f0ec5c6cc71c4377322f51b99 (diff)
downloadComputeLibrary-c7b183ab741650653289f8ce3bdeb4926521fdbd.tar.gz
COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I0e449306c138a562ffc1455e76ec44b2fd059d85 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2860 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'support')
-rw-r--r--support/Bfloat16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Bfloat16.h b/support/Bfloat16.h
index d897e42643..65805f2aee 100644
--- a/support/Bfloat16.h
+++ b/support/Bfloat16.h
@@ -77,7 +77,7 @@ inline float bf16_to_float(const uint16_t &v)
}
/** Brain floating point representation class */
-class bfloat16
+class bfloat16 final
{
public:
/** Default Constructor */