MCPcopy 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
40bool IKernel::is_parallelisable() const
41{
42 return true;
43}
44
45BorderSize IKernel::border_size() const
46{

Callers 2

schedule_commonMethod · 0.45
schedule_opMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected