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

Method configure_node

src/graph/backends/NEON/NEDeviceBackend.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136std::unique_ptr<arm_compute::IFunction> NEDeviceBackend::configure_node(INode &node, GraphContext &ctx)
137{
138 ARM_COMPUTE_LOG_GRAPH_VERBOSE("Configuring CPU node with ID : " << node.id() << std::endl);
139 ARM_COMPUTE_ERROR_ON(node.assigned_target() != Target::NEON);
140
141 // Configure node
142 return NEFunctionFactory::create(&node, ctx);
143}
144
145arm_compute::Status NEDeviceBackend::validate_node(INode &node)
146{

Callers

nothing calls this directly

Calls 2

assigned_targetMethod · 0.80
idMethod · 0.45

Tested by

no test coverage detected