MCPcopy 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
97bool CLScheduler::is_initialised() const
98{
99 return _is_initialised;
100}
101
102std::once_flag CLScheduler::_initialize_symbols;
103

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected