From 680f9911d9d9b369fe321ee2dad014012fb5b20f Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Tue, 1 Oct 2019 11:32:10 +0100 Subject: IVGCVSW-3882 Update ACL pin * Update ACL pin to include change of ArgMinMax NEON/CL output type to Signed32 !android-nn-driver:2013 Signed-off-by: Narumol Prangnawarat Change-Id: I2a0c80e0557f619a213790027efca8b84bf6e58a --- src/backends/cl/ClTensorHandle.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backends/cl/ClTensorHandle.hpp') diff --git a/src/backends/cl/ClTensorHandle.hpp b/src/backends/cl/ClTensorHandle.hpp index d08b79f9a6..f5583c0b97 100644 --- a/src/backends/cl/ClTensorHandle.hpp +++ b/src/backends/cl/ClTensorHandle.hpp @@ -12,8 +12,8 @@ #include #include -#include #include +#include #include #include @@ -72,7 +72,7 @@ public: virtual void SetMemoryGroup(const std::shared_ptr& memoryGroup) override { - m_MemoryGroup = boost::polymorphic_pointer_downcast(memoryGroup); + m_MemoryGroup = boost::polymorphic_pointer_downcast(memoryGroup); } TensorShape GetStrides() const override @@ -151,7 +151,7 @@ private: } arm_compute::CLTensor m_Tensor; - std::shared_ptr m_MemoryGroup; + std::shared_ptr m_MemoryGroup; }; class ClSubTensorHandle : public IClTensorHandle -- cgit v1.2.1