Searched refs:makeDevices (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 1127 static std::vector<std::shared_ptr<Device>> makeDevices( in makeDevices() function in __anonb50294d30111::PartitioningTest 1602 const auto devicesA = makeDevices({{"bad", 0.9, ~0U}, {"good", 0.5, ~0U}}); in TEST_F() 1615 const auto devicesC = makeDevices({{"bad", 1.1, ~0U}, {"bad2", 1.0, ~0U}}); in TEST_F() 1628 const auto devicesB = makeDevices({{"0", 0.9, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() 1697 const auto devicesA = makeDevices({{"V1_0", 0.8, HalVersion::V1_0, ~0U}, in TEST_F() 1712 const auto devicesB = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() 1827 const auto devices = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() 1849 const auto devices = makeDevices({{"1", 0.5, 1 << kDevOp}}); in TEST_F() 1961 const auto devices = makeDevices({{"hw", 0.5, (1 << 0)}}); in TEST_F() 2014 const auto devices = makeDevices({{"0", 0.5, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() [all …]
|