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

Method help

samples/common/sampleOptions.cpp:2011–2018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2009}
2010
2011void BaseModelOptions::help(std::ostream& os)
2012{
2013 // clang-format off
2014 os << " --uff=<file> UFF model" << std::endl <<
2015 " --onnx=<file> ONNX model" << std::endl <<
2016 " --model=<file> Caffe model (default = no model, random weights used)" << std::endl;
2017 // clang-format on
2018}
2019
2020void UffInput::help(std::ostream& os)
2021{

Callers

nothing calls this directly

Calls 2

joinValuesToStringFunction · 0.85
helpHelpFunction · 0.85

Tested by

no test coverage detected