From 27c9efb922832e5e6785a492e84a46934d9a47f8 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 9 Oct 2017 15:46:30 +0100 Subject: COMPMID-554 Add Nodes - BatchNormalization - DepthConvert - Dequantization - Flatten - Quantization - Reshape Change-Id: Ie01a04b7a6cc8e2b5481cf2345268e6871580d7f Reviewed-on: http://mpd-gerrit.cambridge.arm.com/91618 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/graph/nodes/FloorLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/graph/nodes/FloorLayer.h') diff --git a/arm_compute/graph/nodes/FloorLayer.h b/arm_compute/graph/nodes/FloorLayer.h index f88a5b9d94..146e2c16dd 100644 --- a/arm_compute/graph/nodes/FloorLayer.h +++ b/arm_compute/graph/nodes/FloorLayer.h @@ -33,7 +33,7 @@ namespace arm_compute namespace graph { /** Floor layer node */ -class FloorLayer : public INode +class FloorLayer final : public INode { public: // Inherited methods overriden: -- cgit v1.2.1