Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ is_set
Method
is_set
utils/command_line/Option.h:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
inline bool Option::is_set() const
135
{
136
return _is_set;
137
}
138
} // namespace utils
139
} // namespace arm_compute
140
#endif /* ARM_COMPUTE_UTILS_OPTIONBASE */
Callers
15
consume_common_graph_parameters
Function · 0.80
validate
Method · 0.80
main
Function · 0.80
create_printers
Method · 0.80
run_example
Function · 0.80
do_setup
Method · 0.80
consume_params
Method · 0.80
consume_common_parameters
Method · 0.80
consume_common_graph_parameters
Function · 0.80
run_example
Function · 0.80
do_setup
Method · 0.80
do_setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected