Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ run
Method
run
src/runtime/CL/functions/CLPadLayer.cpp:86–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
return Status{};
85
}
86
void CLPadLayer::run()
87
{
88
if (_perform_pad)
89
{
90
CLScheduler::get().enqueue(*_pad_kernel);
91
}
92
else
93
{
94
_copy.run();
95
}
96
}
97
} // namespace arm_compute
Callers
nothing calls this directly
Calls
1
enqueue
Method · 0.45
Tested by
no test coverage detected