MCPcopy 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{
49public:
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

DimensionClass · 0.50
setMethod · 0.45

Tested by

no test coverage detected