aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/backend.mk
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-01-07 13:28:47 +0000
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-01-11 17:03:54 +0000
commit80fbcd5f4d7b362360963af1df0121aa6b561576 (patch)
tree64c8d2588e55aad2813f6b07e40f87ac3b8e8ce1 /src/backends/cl/backend.mk
parenta20b3129aa1c450ccf867c7b63844e8391753730 (diff)
downloadarmnn-80fbcd5f4d7b362360963af1df0121aa6b561576.tar.gz
IVGCVSW-5483 'Implement Loading and Saving to File'
* Implemented Serialization and Deserialization of CLContext. * Fixed flatbuffers android-nn-driver dependency. !android-nn-driver:4772 Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: If806f050535ffaa70922ba0f1ffe7bb10f902329
Diffstat (limited to 'src/backends/cl/backend.mk')
-rw-r--r--src/backends/cl/backend.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backends/cl/backend.mk b/src/backends/cl/backend.mk
index 52295ccc4f..9514750563 100644
--- a/src/backends/cl/backend.mk
+++ b/src/backends/cl/backend.mk
@@ -18,6 +18,8 @@ BACKEND_SOURCES := \
ClBackendContext.cpp \
ClBackendModelContext.cpp \
ClContextControl.cpp \
+ ClContextDeserializer.cpp \
+ ClContextSerializer.cpp \
ClLayerSupport.cpp \
ClRegistryInitializer.cpp \
ClTensorHandleFactory.cpp \
@@ -97,6 +99,7 @@ ifeq ($(ARMNN_COMPUTE_CL_ENABLED),1)
# Include the source files for the CL backend tests
BACKEND_TEST_SOURCES := \
+ test/ClContextSerializerTests.cpp \
test/ClCreateWorkloadTests.cpp \
test/ClEndToEndTests.cpp \
test/ClJsonPrinterTests.cpp \