Home
last modified time | relevance | path

Searched refs:option_syntax_exception (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DTfLiteYoloV3Big-Armnn.cpp420 throw cxxopts::option_syntax_exception(ss.str().c_str()); in GetPathArgument()
443 throw cxxopts::option_syntax_exception("Comparison files requires 5 file paths."); in GetPathArgument()
452 …throw cxxopts::option_syntax_exception("Argument given to Comparison Files is not a valid file pat… in GetPathArgument()
/aosp_15_r20/external/armnn/third-party/cxxopts/
H A Dcxxopts.hpp399 class option_syntax_exception : public OptionParseException { class
401 explicit option_syntax_exception(const std::string& text) in option_syntax_exception() function in cxxopts::option_syntax_exception
1917 throw_or_mimic<option_syntax_exception>(argv[current]); in parse()