From e54aa06ec19813b737513ecb8224285d98e871ba Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Mon, 5 Aug 2019 14:12:11 +0100 Subject: IVGCVSW-3595 Implement the LoadDynamicBackends function in the Runtime class * Changed the way the handle is acquired, loaded symbols are now kept local * Updated the makefiles to add more test files for the dynamic backends * Fixed the GetSharedObjects method so that the files are parsed in alphabetical order * Updated the unit tests to make them more strict wrt the order of the files * Created a new CreateDynamicBackends method in the utils class * Added new unit tests for the new function * Added LoadDynamicBackends in the Runtime class !android-nn-driver:1707 Change-Id: I1ef9ff3d5455ca6a7fd51cb7cfb3819686234f70 Signed-off-by: Matteo Martincigh --- src/backends/backendsCommon/common.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backends/backendsCommon/common.mk') diff --git a/src/backends/backendsCommon/common.mk b/src/backends/backendsCommon/common.mk index eee1dae0ff..0ac7cfeada 100644 --- a/src/backends/backendsCommon/common.mk +++ b/src/backends/backendsCommon/common.mk @@ -10,6 +10,8 @@ COMMON_SOURCES := \ BackendRegistry.cpp \ CpuTensorHandle.cpp \ + DynamicBackend.cpp \ + DynamicBackendUtils.cpp \ IBackendInternal.cpp \ ITensorHandleFactory.cpp \ LayerSupportBase.cpp \ -- cgit v1.2.1