| 2009 | } |
| 2010 | |
| 2011 | void 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 | |
| 2020 | void UffInput::help(std::ostream& os) |
| 2021 | { |
nothing calls this directly
no test coverage detected