IVGCVSW-5483 'Implement Loading and Saving to File'
authorMatthew Sloyan <matthew.sloyan@arm.com>
Thu, 7 Jan 2021 13:28:47 +0000 (13:28 +0000)
committerMatthew Sloyan <matthew.sloyan@arm.com>
Mon, 11 Jan 2021 17:03:54 +0000 (17:03 +0000)
commit80fbcd5f4d7b362360963af1df0121aa6b561576
tree64c8d2588e55aad2813f6b07e40f87ac3b8e8ce1
parenta20b3129aa1c450ccf867c7b63844e8391753730
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
12 files changed:
Android.mk
src/backends/cl/CMakeLists.txt
src/backends/cl/ClContextDeserializer.cpp [new file with mode: 0644]
src/backends/cl/ClContextDeserializer.hpp [new file with mode: 0644]
src/backends/cl/ClContextSchema.fbs [new file with mode: 0644]
src/backends/cl/ClContextSchema_generated.h [new file with mode: 0644]
src/backends/cl/ClContextSerializer.cpp [new file with mode: 0644]
src/backends/cl/ClContextSerializer.hpp [new file with mode: 0644]
src/backends/cl/ClWorkloadFactory.cpp
src/backends/cl/backend.mk
src/backends/cl/test/CMakeLists.txt
src/backends/cl/test/ClContextSerializerTests.cpp [new file with mode: 0644]