Searched refs:devices2 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 2929 const auto devices2 = makeDevices({{"deviceB", 0.8, ~0U}, {"deviceC", 0.5, 1 << 1}}); in TEST_F() local 2936 getTransformedCacheToken(model, devices2, "deviceB", tokenIn, in TEST_F() 2951 const auto devices2 = makeDevices({{"deviceA", "1.1", 0.8, ~0U}, {"deviceB", 0.5, 1 << 1}}); in TEST_F() local 2958 getTransformedCacheToken(model, devices2, "deviceA", tokenIn, in TEST_F() 3040 const auto devices2 = makeDevices({{"deviceA", 0.8, ~0U}, {"deviceB", 0.5, 1 << 1}}); in TEST_F() local 3049 getTransformedCacheToken(model, devices2, "deviceA", tokenIn, in TEST_F()
|