Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ prepare
Method
prepare
src/graph/Workload.cpp:62–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void ExecutionTask::prepare()
63
{
64
if (task)
65
{
66
task->prepare();
67
}
68
}
69
70
TaskExecutor::TaskExecutor() : execute_function(execute_task)
71
{
Callers
15
prepare_all_tasks
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected