MCPcopy Create free account
hub / github.com/cyrusbehr/tensorrt-cpp-api / CommandLineArguments

Class CommandLineArguments

src/cmd_line_parser.h:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <iostream>
4
5struct CommandLineArguments {
6 std::string onnxModelPath = "";
7 std::string trtModelPath = "";
8};
9
10inline void showHelp(char *argv[]) {
11 std::cout << "Usage: " << argv[0] << " [OPTIONS]" << std::endl << std::endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected