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

Method validate_node

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

Source from the content-addressed store, hash-verified

143}
144
145arm_compute::Status NEDeviceBackend::validate_node(INode &node)
146{
147 ARM_COMPUTE_LOG_GRAPH_VERBOSE("Validating CPU node with ID : " << node.id() << std::endl);
148 ARM_COMPUTE_ERROR_ON(node.assigned_target() != Target::NEON);
149
150 return NENodeValidator::validate(&node);
151}
152
153std::shared_ptr<arm_compute::IMemoryManager> NEDeviceBackend::create_memory_manager(MemoryManagerAffinity affinity)
154{

Callers

nothing calls this directly

Calls 3

assigned_targetMethod · 0.80
validateFunction · 0.50
idMethod · 0.45

Tested by

no test coverage detected