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