MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / helpHelp

Function helpHelp

samples/common/sampleOptions.cpp:2306–2312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304}
2305
2306void helpHelp(std::ostream& os)
2307{
2308 // clang-format off
2309 os << "=== Help ===" << std::endl <<
2310 " --help, -h Print this message" << std::endl;
2311 // clang-format on
2312}
2313
2314void AllOptions::help(std::ostream& os)
2315{

Callers 1

helpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected