Home
last modified time | relevance | path

Searched refs:GetPreferredBackendList (Results 1 – 3 of 3) sorted by relevance

/external/armnn/samples/KeywordSpotting/src/
DMain.cpp36 std::vector<armnn::BackendId> GetPreferredBackendList(const std::string& preferredBackends) in GetPreferredBackendList() function
86 pipelineOptions.m_backends = GetPreferredBackendList( in main()
/external/armnn/samples/SpeechRecognition/src/
DMain.cpp74 std::vector<armnn::BackendId> GetPreferredBackendList(const std::string& preferredBackends) in GetPreferredBackendList() function
107 …pipelineOptions.m_backends = GetPreferredBackendList((GetSpecifiedOption(options, PREFERRED_BACKEN… in main()
/external/armnn/samples/ObjectDetection/src/
DMain.cpp48 std::vector<armnn::BackendId> GetPreferredBackendList(const std::string& preferredBackends) in GetPreferredBackendList() function
150 …pipelineOptions.m_backends = GetPreferredBackendList((GetSpecifiedOption(options, PREFERRED_BACKEN… in main()