MCPcopy 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
124inline void Option::set_help(std::string help)
125{
126 _help = std::move(help);
127}
128
129inline bool Option::is_required() const
130{

Callers 15

CommonGraphOptionsMethod · 0.80
mainFunction · 0.80
CommonOptionsMethod · 0.80
run_exampleFunction · 0.80
ConvolutionOptionsMethod · 0.80
FullyConnectedOptionsMethod · 0.80
run_exampleFunction · 0.80
GraphVDSRExampleMethod · 0.80
GraphMobilenetExampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected