Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool is_target_valid(AclTarget target)
48
{
49
return arm_compute::utils::is_in(target, {AclCpu, AclGpuOcl});
50
}
51
52
bool are_context_options_valid(const AclContextOptions *options)
53
{
Callers
1
AclCreateContext
Function · 0.85
Calls
1
is_in
Function · 0.85
Tested by
no test coverage detected