From c7b183ab741650653289f8ce3bdeb4926521fdbd Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 6 Mar 2020 18:12:09 +0000 Subject: COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer Signed-off-by: Georgios Pinitas Change-Id: I0e449306c138a562ffc1455e76ec44b2fd059d85 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2860 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- support/Bfloat16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') 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 */ -- cgit v1.2.1