Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/third-party/cxxopts/
H A Dcxxopts.hpp417 class missing_argument_exception : public OptionParseException class
420 explicit missing_argument_exception(const std::string& option) in missing_argument_exception() function in cxxopts::missing_argument_exception
1803 throw_or_mimic<missing_argument_exception>(name); in checked_parse_arg()
/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DTfLiteYoloV3Big-Armnn.cpp431 throw cxxopts::missing_argument_exception(argName); in GetPathArgument()