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

Function is_target_supported

src/graph/Utils.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace graph
33{
34bool is_target_supported(Target target)
35{
36 return backends::BackendRegistry::get().contains(target) &&
37 backends::BackendRegistry::get().find_backend(target)->is_backend_supported();
38}
39
40Target get_default_target()
41{

Callers 4

finalize_graphMethod · 0.85
get_default_targetFunction · 0.85
mutateMethod · 0.85
mutateMethod · 0.85

Calls 3

containsMethod · 0.80
find_backendMethod · 0.80
is_backend_supportedMethod · 0.45

Tested by

no test coverage detected