MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / configure_node

Method configure_node

src/graph/backends/CL/CLDeviceBackend.cpp:192–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192std::unique_ptr<arm_compute::IFunction> CLDeviceBackend::configure_node(INode &node, GraphContext &ctx)
193{
194 ARM_COMPUTE_LOG_GRAPH_VERBOSE("Configuring CL node with ID : " << node.id() << std::endl);
195 ARM_COMPUTE_ERROR_ON(node.assigned_target() != Target::CL);
196
197 // Configure node
198 return CLFunctionFactory::create(&node, ctx);
199}
200
201arm_compute::Status CLDeviceBackend::validate_node(INode &node)
202{

Callers 1

configure_all_nodesFunction · 0.45

Calls 2

assigned_targetMethod · 0.80
idMethod · 0.45

Tested by

no test coverage detected