Searched refs:devices1 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 2927 const auto devices1 = makeDevices({{"deviceA", 0.8, ~0U}, {"deviceC", 0.5, 1 << 1}}); in TEST_F() local 2933 getTransformedCacheToken(model, devices1, "deviceA", tokenIn, in TEST_F() 2949 const auto devices1 = makeDevices({{"deviceA", "1.0", 0.8, ~0U}, {"deviceB", 0.5, 1 << 1}}); in TEST_F() local 2955 getTransformedCacheToken(model, devices1, "deviceA", tokenIn, in TEST_F() 3038 const auto devices1 = makeDevices({{"deviceA", 0.8, ~0U}, {"deviceB", 0.5, 0U}}); in TEST_F() local 3046 getTransformedCacheToken(model, devices1, "deviceA", tokenIn, in TEST_F()
|