Searched refs:GetBackendPaths (Results 1 – 5 of 5) sorted by relevance
39 static std::vector<std::string> GetBackendPaths(const std::string& overrideBackendPath = "");
81 std::vector<std::string> DynamicBackendUtils::GetBackendPaths(const std::string& overrideBackendPat… in GetBackendPaths() function in armnn::DynamicBackendUtils
45 ARMNN_SIMPLE_TEST_CASE(GetBackendPaths, GetBackendPathsTestImpl)
691 std::vector<std::string> validResult = DynamicBackendUtils::GetBackendPaths(subDir1); in GetBackendPathsOverrideTestImpl()696 std::vector<std::string> invalidResult = DynamicBackendUtils::GetBackendPaths(subDir4); in GetBackendPathsOverrideTestImpl()
776 … std::vector<std::string> backendPaths = DynamicBackendUtils::GetBackendPaths(overrideBackendPath); in LoadDynamicBackends()