Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ run
Method
run
src/runtime/NEON/INESimpleFunction.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void INESimpleFunction::run()
42
{
43
NEScheduler::get().schedule(_border_handler.get(), Window::DimZ);
44
NEScheduler::get().schedule(_kernel.get(), Window::DimY);
45
}
46
} //namespace arm_compute
Callers
nothing calls this directly
Calls
2
schedule
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected