IVGCVSW-4874 Provide LayerSupportHandle to frontend users
authorFrancis Murtagh <francis.murtagh@arm.com>
Thu, 28 Jan 2021 14:25:15 +0000 (14:25 +0000)
committerFrancis Murtagh <francis.murtagh@arm.com>
Thu, 28 Jan 2021 14:28:51 +0000 (14:28 +0000)
commit7909c53e3b91f96a12f2d587741575d4d1becdce
tree4b79f3b6256fd98d0521fb60f70a0a7d4c095cd6
parentbbc876c0b7046d6cc3aa9a8d64f80a755027d0cf
IVGCVSW-4874 Provide LayerSupportHandle to frontend users

 * Add test for new IsBackendRegistered member function of Handle
 * Move deprecated messages to new frontend API of LayerSupportHandle
 * Update delegate to use dot operator for IsXXXLayerSupported

Signed-off-by: Francis Murtagh <francis.murtagh@arm.com>
Change-Id: I70d7166e207a10e4b3583a827ca0dda2169bcba1
!android-nn-driver:4940
delegate/src/DelegateUtils.hpp
include/armnn/BackendHelper.hpp
include/armnn/ILayerSupport.hpp
src/armnn/BackendHelper.cpp
src/armnn/test/UtilsTests.cpp