aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorColm Donelan <colm.donelan@arm.com>2021-10-21 23:39:52 +0100
committerKevin May <kevin.may@arm.com>2021-10-27 10:56:34 +0000
commit4514228a5ced96fe79bbe1a089f4006f53fd5f29 (patch)
tree341ac2aa3a1b748ddf1365d7138430bb12682cb5 /src
parentec22ad2c54e1706cdd51a3d784f87c7d189120ae (diff)
downloadarmnn-4514228a5ced96fe79bbe1a089f4006f53fd5f29.tar.gz
IVGCVSW-5879 Fix problems with using internal profiling from delegate.
* Pass through the value of m_EnableProfiling from Executenetwork to DelegateOptions. * If internal profiling is enabled print it out from inside the delegate. * Remove an unnecessary ProfilerImpl instance from WorkingMemhandle.hpp * Remove an unnecessary parameter from TfLiteDelegateMainImpl in ExecuteNetwork. Signed-off-by: Colm Donelan <colm.donelan@arm.com> Change-Id: Ia1d4b1eb3a05ca5b4d80cc39e138c7fac182d948
Diffstat (limited to 'src')
-rw-r--r--src/armnn/WorkingMemHandle.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/armnn/WorkingMemHandle.hpp b/src/armnn/WorkingMemHandle.hpp
index aaa9d593ee..9078a8d54c 100644
--- a/src/armnn/WorkingMemHandle.hpp
+++ b/src/armnn/WorkingMemHandle.hpp
@@ -119,7 +119,6 @@ public:
private:
using DifferenceType = std::vector<ITensorHandle*>::difference_type;
NetworkId m_NetworkId;
- std::shared_ptr<ProfilerImpl> m_Profiler;
std::unordered_map<LayerBindingId, ITensorHandle*> m_InputHandleMap;
std::unordered_map<LayerBindingId, ITensorHandle*> m_OutputHandleMap;