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

Method invalidate_graph

src/graph/GraphManager.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void GraphManager::invalidate_graph(Graph &graph)
152{
153 auto it = _workloads.find(graph.id());
154 ARM_COMPUTE_ERROR_ON_MSG(it == std::end(_workloads), "Graph is not registered!");
155
156 _workloads.erase(it);
157}
158} // namespace graph
159} // namespace arm_compute

Callers

nothing calls this directly

Calls 3

endFunction · 0.85
findMethod · 0.80
idMethod · 0.45

Tested by

no test coverage detected