MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / add_option_if

Method add_option_if

src/core/CL/CLCompileContext.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void CLBuildOptions::add_option_if(bool cond, std::string option)
47{
48 if (cond)
49 {
50 add_option(std::move(option));
51 }
52}
53
54void CLBuildOptions::add_option_if_else(bool cond, std::string option_true, std::string option_false)
55{

Callers 15

configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected