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

Method add_option_if_else

src/core/CL/CLCompileContext.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void CLBuildOptions::add_option_if_else(bool cond, std::string option_true, std::string option_false)
55{
56 (cond) ? add_option(std::move(option_true)) : add_option(std::move(option_false));
57}
58
59void CLBuildOptions::add_options(const StringSet &options)
60{

Callers 10

configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configure_opencl_kernelFunction · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected