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

Method validate_node

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

Source from the content-addressed store, hash-verified

199}
200
201arm_compute::Status CLDeviceBackend::validate_node(INode &node)
202{
203 ARM_COMPUTE_LOG_GRAPH_VERBOSE("Validating CL node with ID : " << node.id() << std::endl);
204 ARM_COMPUTE_ERROR_ON(node.assigned_target() != Target::CL);
205
206 return CLNodeValidator::validate(&node);
207}
208
209std::shared_ptr<arm_compute::IMemoryManager> CLDeviceBackend::create_memory_manager(MemoryManagerAffinity affinity)
210{

Callers 3

validate_all_nodesFunction · 0.45
mutateMethod · 0.45

Calls 3

assigned_targetMethod · 0.80
validateFunction · 0.50
idMethod · 0.45

Tested by

no test coverage detected