Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ is_parallelisable
Method
is_parallelisable
src/core/IKernel.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool IKernel::is_parallelisable() const
41
{
42
return true;
43
}
44
45
BorderSize IKernel::border_size() const
46
{
Callers
2
schedule_common
Method · 0.45
schedule_op
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected