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