From eff363d58992fb6384053259f9e1ee773f8cd4df Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Fri, 5 Apr 2019 15:25:46 +0100 Subject: IVGCVSW-2914 Add Switch Layer and no-op factory method Change-Id: I6a6ece708a49e8a97c83a3e7fec11c88af1e1cfa Signed-off-by: Sadik Armagan Signed-off-by: Aron Virginas-Tar --- include/armnn/LayerVisitorBase.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/armnn/LayerVisitorBase.hpp') diff --git a/include/armnn/LayerVisitorBase.hpp b/include/armnn/LayerVisitorBase.hpp index f4e0f438be..12eb225674 100644 --- a/include/armnn/LayerVisitorBase.hpp +++ b/include/armnn/LayerVisitorBase.hpp @@ -178,6 +178,9 @@ public: void VisitGatherLayer(const IConnectableLayer*, const char*) override { DefaultPolicy::Apply(); } + + void VisitSwitchLayer(const IConnectableLayer*, + const char*) override { DefaultPolicy::Apply(); } }; } //namespace armnn -- cgit v1.2.1