From 526647333571169076f5e72c9fb18c71025bf7c0 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Mon, 29 Jun 2020 16:27:03 +0100 Subject: IVGCVSW-4903 Connect axis parameter in Gather from android to ACL. !android-nn-driver:3302 Signed-off-by: Teresa Charlin Change-Id: Ifbc49acb5272f8a36719bb68676e44817190537d --- include/armnn/LayerVisitorBase.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/armnn/LayerVisitorBase.hpp') diff --git a/include/armnn/LayerVisitorBase.hpp b/include/armnn/LayerVisitorBase.hpp index 0dc5e545e3..93ba7fe287 100644 --- a/include/armnn/LayerVisitorBase.hpp +++ b/include/armnn/LayerVisitorBase.hpp @@ -1,5 +1,5 @@ // -// Copyright © 2017 Arm Ltd. All rights reserved. +// Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // @@ -114,9 +114,14 @@ public: const Optional&, const char*) override { DefaultPolicy::Apply(__func__); } + ARMNN_DEPRECATED_MSG("Use VisitGatherLayer with descriptor instead") void VisitGatherLayer(const IConnectableLayer*, const char*) override { DefaultPolicy::Apply(__func__); } + void VisitGatherLayer(const IConnectableLayer*, + const GatherDescriptor&, + const char*) override { DefaultPolicy::Apply(__func__); } + void VisitGreaterLayer(const IConnectableLayer*, const char*) override { DefaultPolicy::Apply(__func__); } -- cgit v1.2.1