IVGCVSW-2865 Extend IRuntime to add a new method RegisterDebugCallback(...)
authorNattapat Chaimanowong <nattapat.chaimanowong@arm.com>
Fri, 22 Mar 2019 14:01:46 +0000 (14:01 +0000)
committernattapat.chaimanowong <nattapat.chaimanowong@arm.com>
Fri, 22 Mar 2019 14:38:31 +0000 (14:38 +0000)
commit6e9482013f41725ccca0767c0c5db9b29f77d981
tree7b33e2cb17009c3103b5731f8d8ffa2b37484347
parent2a304ede65afb3426dccbd742ac3f5b42e8fb04a
IVGCVSW-2865 Extend IRuntime to add a new method RegisterDebugCallback(...)

* Made changes to LoadedNetwork and IWorkload to pass on the registered
callback function

Change-Id: I6ea10f2a299d6de8bf681c8ff36d3fbed1d6d887
Signed-off-by: Nattapat Chaimanowong <nattapat.chaimanowong@arm.com>
include/armnn/IRuntime.hpp
include/armnn/Types.hpp
src/armnn/LoadedNetwork.cpp
src/armnn/LoadedNetwork.hpp
src/armnn/Runtime.cpp
src/armnn/Runtime.hpp
src/backends/backendsCommon/Workload.hpp