Searched refs:makeDevices (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 790 static std::vector<std::shared_ptr<Device>> makeDevices( in makeDevices() function in __anon83dd480d0111::PartitioningTest 1192 const auto devicesA = makeDevices({{"bad", 0.9, ~0U}, {"good", 0.5, ~0U}}); in TEST_F() 1203 const auto devicesC = makeDevices({{"bad", 1.1, ~0U}, {"bad2", 1.0, ~0U}}); in TEST_F() 1214 const auto devicesB = makeDevices({{"0", 0.9, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() 1278 const auto devicesA = makeDevices({{"V1_0", 0.8, HalVersion::V1_0, ~0U}, in TEST_F() 1290 const auto devicesB = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() 1378 const auto devices = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() 1397 const auto devices = makeDevices({{"1", 0.5, 1 << kDevOp}}); in TEST_F() 1509 const auto devices = makeDevices({{"hw", 0.5, (1 << 0)}}); in TEST_F() 1560 const auto devices = makeDevices({{"0", 0.5, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() [all …]
|