Home
last modified time | relevance | path

Searched refs:CheckOptionSpecified (Results 1 – 5 of 5) sorted by relevance

/external/armnn/samples/common/src/Utils/
DCmdArgsParser.cpp11 bool CheckOptionSpecified(const std::map<std::string, std::string>& options, const std::string& opt… in CheckOptionSpecified() function
22 if (CheckOptionSpecified(options, option)){ in GetSpecifiedOption()
/external/armnn/samples/ObjectDetection/src/
DMain.cpp113 if(CheckOptionSpecified(options, OUTPUT_VIDEO_FILE_PATH)) in GetFrameSourceAndSink()
144 if (CheckOptionSpecified(options, PROFILING_ENABLED)) in main()
148 if(CheckOptionSpecified(options, PREFERRED_BACKENDS)) in main()
/external/armnn/samples/common/include/Utils/
DCmdArgsParser.hpp12 bool CheckOptionSpecified(const std::map<std::string, std::string>& options, const std::string& opt…
/external/armnn/samples/KeywordSpotting/src/
DMain.cpp84 if (CheckOptionSpecified(options, PREFERRED_BACKENDS)) in main()
/external/armnn/samples/SpeechRecognition/src/
DMain.cpp105 if (CheckOptionSpecified(options, PREFERRED_BACKENDS)) in main()