Lines Matching defs:devices
577 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork()
640 const std::vector<std::shared_ptr<Device>>& devices) { in PartitioningCompilation()
792 std::vector<std::shared_ptr<Device>> devices; in makeDevices() local
1378 const auto devices = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() local
1397 const auto devices = makeDevices({{"1", 0.5, 1 << kDevOp}}); in TEST_F() local
1509 const auto devices = makeDevices({{"hw", 0.5, (1 << 0)}}); in TEST_F() local
1560 const auto devices = makeDevices({{"0", 0.5, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() local
1642 const auto devices = makeDevices({// Best choice for non-relaxed model. in TEST_F() local
1702 const auto devices = in TEST_F() local
1720 const auto devices = in TEST_F() local
1778 const std::vector<std::shared_ptr<Device>>& devices, in getTransformedCacheTokenSingle()
1825 const std::vector<std::shared_ptr<Device>>& devices, in getTransformedCacheToken()
1955 const auto devices = makeDevices({{"deviceA", 0.8, ~0U}, {"deviceB", 0.5, 1 << 1}}); in TEST_F() local
2013 const auto devices = makeDevices({{"deviceA", 0.8, ~0U}, {"deviceB", 0.5, 1 << 1}}); in TEST_F() local
2033 const auto devices = makeDevices({{"deviceA", 0.8, ~0U}, {"deviceB", 0.5, 1 << 1}}); in TEST_F() local