Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ add_option
Method
add_option
src/core/CL/CLCompileContext.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void CLBuildOptions::add_option(std::string option)
42
{
43
_build_opts.emplace(std::move(option));
44
}
45
46
void CLBuildOptions::add_option_if(bool cond, std::string option)
47
{
Callers
15
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected