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