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

Function is_target_valid

src/c/AclContext.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool is_target_valid(AclTarget target)
48{
49 return arm_compute::utils::is_in(target, {AclCpu, AclGpuOcl});
50}
51
52bool are_context_options_valid(const AclContextOptions *options)
53{

Callers 1

AclCreateContextFunction · 0.85

Calls 1

is_inFunction · 0.85

Tested by

no test coverage detected