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

Method border_size

src/core/IKernel.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45BorderSize IKernel::border_size() const
46{
47 return BorderSize(0);
48}
49
50bool IKernel::is_window_configured() const
51{

Callers 6

configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
runMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45

Calls 1

BorderSizeClass · 0.85

Tested by

no test coverage detected