Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDynamicBackendTests.hpp82 static std::vector<std::string> GetBackendPathsImplTest(const std::string& path) in GetBackendPathsImplTest() function in TestDynamicBackendUtils
622 CHECK(TestDynamicBackendUtils::GetBackendPathsImplTest("").empty()); in GetBackendPathsTestImpl()
626 CHECK(TestDynamicBackendUtils::GetBackendPathsImplTest(malformedDir).size()==0); in GetBackendPathsTestImpl()
629 …ctor<std::string> DynamicBackendPaths2 = TestDynamicBackendUtils::GetBackendPathsImplTest(subDir1); in GetBackendPathsTestImpl()
635 …tor<std::string> DynamicBackendPaths3 = TestDynamicBackendUtils::GetBackendPathsImplTest(multipleE… in GetBackendPathsTestImpl()
640 CHECK(TestDynamicBackendUtils::GetBackendPathsImplTest(":::").empty()); in GetBackendPathsTestImpl()
645 TestDynamicBackendUtils::GetBackendPathsImplTest(multipleValidPaths); in GetBackendPathsTestImpl()
654 TestDynamicBackendUtils::GetBackendPathsImplTest(validAmongEmptyDirs); in GetBackendPathsTestImpl()
660 CHECK(TestDynamicBackendUtils::GetBackendPathsImplTest(invalidAmongEmptyDirs).empty()); in GetBackendPathsTestImpl()
665 TestDynamicBackendUtils::GetBackendPathsImplTest(validInvalidEmptyDirs); in GetBackendPathsTestImpl()
[all …]