From df04d23a6608fa3d5d1c1ffae4abc43582034d22 Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Fri, 23 Oct 2020 17:20:05 +0100 Subject: IVGCVSW-5327 Add to Layer a binary blob to host the activation layer info Signed-off-by: Keith Davis Change-Id: I0a07dea96a86849701ba387dbea148909a6d729b --- src/armnn/layers/GatherLayer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnn/layers/GatherLayer.cpp') diff --git a/src/armnn/layers/GatherLayer.cpp b/src/armnn/layers/GatherLayer.cpp index e5d4a18967..9a4f9bf8f0 100644 --- a/src/armnn/layers/GatherLayer.cpp +++ b/src/armnn/layers/GatherLayer.cpp @@ -21,6 +21,8 @@ GatherLayer::GatherLayer(const GatherDescriptor& param, const char* name) std::unique_ptr GatherLayer::CreateWorkload(const armnn::IWorkloadFactory& factory) const { GatherQueueDescriptor descriptor; + SetAdditionalInfo(descriptor); + return factory.CreateGather(descriptor, PrepInfoAndDesc(descriptor)); } -- cgit v1.2.1