Home
last modified time | relevance | path

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

/external/armnn/src/backends/backendsCommon/test/
DDynamicBackendTests.hpp766 std::vector<fs::path> expectedSharedObjects in GetSharedObjectsTestImpl() local
779 CHECK(sharedObjects.size() == expectedSharedObjects.size()); in GetSharedObjectsTestImpl()
780 CHECK(fs::equivalent(path(sharedObjects[0]), expectedSharedObjects[0])); in GetSharedObjectsTestImpl()
781 CHECK(fs::equivalent(path(sharedObjects[1]), expectedSharedObjects[1])); in GetSharedObjectsTestImpl()
782 CHECK(fs::equivalent(path(sharedObjects[2]), expectedSharedObjects[2])); in GetSharedObjectsTestImpl()
783 CHECK(fs::equivalent(path(sharedObjects[3]), expectedSharedObjects[3])); in GetSharedObjectsTestImpl()
784 CHECK(fs::equivalent(path(sharedObjects[4]), expectedSharedObjects[4])); in GetSharedObjectsTestImpl()
785 CHECK(fs::equivalent(path(sharedObjects[5]), expectedSharedObjects[5])); in GetSharedObjectsTestImpl()
786 CHECK(fs::equivalent(path(sharedObjects[6]), expectedSharedObjects[6])); in GetSharedObjectsTestImpl()
787 CHECK(fs::equivalent(path(sharedObjects[7]), expectedSharedObjects[7])); in GetSharedObjectsTestImpl()
[all …]