Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ is_initialised
Method
is_initialised
src/runtime/CL/CLScheduler.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool CLScheduler::is_initialised() const
98
{
99
return _is_initialised;
100
}
101
102
std::once_flag CLScheduler::_initialize_symbols;
103
Callers
2
restore_program_cache_from_file
Function · 0.80
save_program_cache_to_file
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected