IVGCVSW-3545 Update the device specs with the dynamic backend ids
authorMatteo Martincigh <matteo.martincigh@arm.com>
Thu, 15 Aug 2019 11:08:06 +0000 (12:08 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 19 Aug 2019 12:12:28 +0000 (12:12 +0000)
commit895339092fa9edc0aa59de0309f79bebacc3fa63
tree6e98c570423ff4ff292ebd109e9c3792bdd1a3b9
parentf800de2140ca55f29bacfa6795df7a28aba3e5ff
IVGCVSW-3545 Update the device specs with the dynamic backend ids

 * Now the utility function RegisterDynamicBackends returns a list of
   the backend ids that have been registered
 * The list of registered ids is added to the list of supported backends
   in the Runtime
 * Added unit tests

Change-Id: I97bbe1f680920358f5baba5a4666e4983b849cac
Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
src/armnn/DeviceSpec.hpp
src/armnn/Runtime.cpp
src/backends/backendsCommon/DynamicBackendUtils.cpp
src/backends/backendsCommon/DynamicBackendUtils.hpp
src/backends/backendsCommon/test/DynamicBackendTests.hpp