From 1a569a30a2f456ff1a3e0a665201e1c3ab92df80 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 10 Sep 2019 17:20:34 +0100 Subject: COMPMID-2161 [NEON] Create IWeightManager class Change-Id: I1a9a46da2f98e896b825099151b56d1d8271dd31 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1915 Comments-Addressed: Arm Jenkins Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- src/graph/backends/GLES/GCDeviceBackend.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/graph/backends/GLES') diff --git a/src/graph/backends/GLES/GCDeviceBackend.cpp b/src/graph/backends/GLES/GCDeviceBackend.cpp index 058f7792e7..83e2436ddb 100644 --- a/src/graph/backends/GLES/GCDeviceBackend.cpp +++ b/src/graph/backends/GLES/GCDeviceBackend.cpp @@ -154,6 +154,11 @@ std::shared_ptr GCDeviceBackend::create_memory_mana return mm; } + +std::shared_ptr GCDeviceBackend::create_weights_manager() +{ + return nullptr; +} } // namespace backends } // namespace graph } // namespace arm_compute -- cgit v1.2.1