Searched refs:CheckOptionSpecified (Results 1 – 5 of 5) sorted by relevance
/external/armnn/samples/common/src/Utils/ |
D | CmdArgsParser.cpp | 11 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/ |
D | Main.cpp | 113 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/ |
D | CmdArgsParser.hpp | 12 bool CheckOptionSpecified(const std::map<std::string, std::string>& options, const std::string& opt…
|
/external/armnn/samples/KeywordSpotting/src/ |
D | Main.cpp | 84 if (CheckOptionSpecified(options, PREFERRED_BACKENDS)) in main()
|
/external/armnn/samples/SpeechRecognition/src/ |
D | Main.cpp | 105 if (CheckOptionSpecified(options, PREFERRED_BACKENDS)) in main()
|