Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ TestKernel
Method
TestKernel
tests/validation/UNIT/OMPScheduler.cpp:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
{
45
public:
46
TestKernel()
47
{
48
Window window;
49
window.set(0, Window::Dimension(0, num_threads));
50
configure(window);
51
}
52
53
const char *name() const override
54
{
Callers
nothing calls this directly
Calls
2
Dimension
Class · 0.50
set
Method · 0.45
Tested by
no test coverage detected