From 1250a5a259962514d31bb5f8148f1d0f0a82b946 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 2 Jan 2018 13:27:37 +0000 Subject: COMPMID-767 : Propagate hints to subgraph. -Propagates hints to subgraph. -Fixes dispatching of apropriate optimized DepthwiseConvolution kernel for OpenCL backend. NEON backend is altered to default to the generic case until COMPMID-769 is addressed. Change-Id: I544f05cd99a9ac253f1b19aa4e4bb222b8fdd087 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114781 Reviewed-by: Pablo Tello Reviewed-by: Anthony Barbier Tested-by: Jenkins --- arm_compute/graph/SubGraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/graph') diff --git a/arm_compute/graph/SubGraph.h b/arm_compute/graph/SubGraph.h index d768bf9119..e3217e7095 100644 --- a/arm_compute/graph/SubGraph.h +++ b/arm_compute/graph/SubGraph.h @@ -56,13 +56,13 @@ public: void add_tensor_object(std::unique_ptr tensor); /** Constructs a graph from a subgraph * - * @param[in] hint Execution target hint + * @param[in] ctx Parent graph context * @param[in] input Input to the graph * @param[in] output Output to the graph * * @return A graph */ - std::unique_ptr construct(TargetHint hint, std::unique_ptr input, std::unique_ptr output); + std::unique_ptr construct(const GraphContext &ctx, std::unique_ptr input, std::unique_ptr output); /** Checks if the subgraph has an input * * @return True if the sub-graph has an input else false -- cgit v1.2.1