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

Function release_default_graph_context

src/graph/Utils.cpp:109–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void release_default_graph_context(GraphContext &ctx)
110{
111 for (const auto &backend : backends::BackendRegistry::get().backends())
112 {
113 if (backend.second->is_backend_supported())
114 {
115 backend.second->release_backend_context(ctx);
116 }
117 }
118}
119
120void sync_backends()
121{

Callers 1

~GraphContextMethod · 0.85

Calls 2

is_backend_supportedMethod · 0.45

Tested by

no test coverage detected