From ec6c68093eaef8a2b8e1fd64fcc765237973512e Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 5 Jun 2020 17:17:06 +0100 Subject: IVGCVSW-4906 Add front-end support for FILL operator * Added new fill layer * Added visitor tests Signed-off-by: Ryan OShea Change-Id: Iea677014866b4f2d514004623f59ee83f3c0eef8 Signed-off-by: Keith Davis --- src/armnn/InternalTypes.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/armnn/InternalTypes.hpp') diff --git a/src/armnn/InternalTypes.hpp b/src/armnn/InternalTypes.hpp index 455cb60d5d..e2ad7a2ea5 100644 --- a/src/armnn/InternalTypes.hpp +++ b/src/armnn/InternalTypes.hpp @@ -33,6 +33,7 @@ X(Division) \ X(ElementwiseUnary) \ X(FakeQuantization) \ + X(Fill) \ X(Floor) \ X(FullyConnected) \ X(Gather) \ -- cgit v1.2.1