Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_help
Method
set_help
utils/command_line/Option.h:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
inline void Option::set_help(std::string help)
125
{
126
_help = std::move(help);
127
}
128
129
inline bool Option::is_required() const
130
{
Callers
15
CommonGraphOptions
Method · 0.80
main
Function · 0.80
CommonOptions
Method · 0.80
run_example
Function · 0.80
ConvolutionOptions
Method · 0.80
DepthConvolutionOptions
Method · 0.80
FullyConnectedOptions
Method · 0.80
GEMMCommandLineOptions
Method · 0.80
CommonGraphValidateOptions
Method · 0.80
run_example
Function · 0.80
GraphVDSRExample
Method · 0.80
GraphMobilenetExample
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected