Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDynamicBackendTests.hpp888 std::string testValidBackend2FilePath = GetTestFilePath(testDynamicBackendsSubDir5, in CreateDynamicBackendsMixedTypesTestImpl() local
894 CHECK(exists(testValidBackend2FilePath)); in CreateDynamicBackendsMixedTypesTestImpl()
900 testValidBackend2FilePath, // Arm_TestValid2_backend.so -> valid (basic backend name) in CreateDynamicBackendsMixedTypesTestImpl()
927 …std::string testValidBackend2FilePath = GetTestFilePath(testDynamicBackendsSubDir5, g_TestValidBac… in RegisterSingleDynamicBackendTestImpl() local
928 CHECK(exists(testValidBackend2FilePath)); in RegisterSingleDynamicBackendTestImpl()
930 std::vector<std::string> sharedObjects{ testValidBackend2FilePath }; in RegisterSingleDynamicBackendTestImpl()
972 …std::string testValidBackend2FilePath = GetTestFilePath(testDynamicBackendsSubDir5, g_TestValidBac… in RegisterMultipleDynamicBackendsTestImpl() local
975 CHECK(exists(testValidBackend2FilePath)); in RegisterMultipleDynamicBackendsTestImpl()
981 testValidBackend2FilePath, in RegisterMultipleDynamicBackendsTestImpl()
1082 …std::string testValidBackend2FilePath = GetTestFilePath(testDynamicBackendsSubDir5, g_TestValid… in RegisterMixedDynamicBackendsTestImpl() local
[all …]