Searched refs:devicesB (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 1467 const auto devicesB = makeDevices({{"0", 0.9, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() local 1469 ASSERT_EQ(model.partitionTheWork(devicesB, ExecutePreference::PREFER_LOW_POWER, in TEST_F() 1486 compare(stepsB[0], &modelB0, devicesB[0], in TEST_F() 1509 stepsB[1], &modelB1, devicesB[1], RemapVectorType{{opnd3, b1Opnd3}}, // modelInputs in TEST_F() 1547 const auto devicesB = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() local 1552 ASSERT_EQ(model.partitionTheWork(devicesB, ExecutePreference::PREFER_LOW_POWER, in TEST_F() 1569 compare(stepsB[0], &modelB0, devicesB[1], in TEST_F() 1588 compare(stepsB[1], &modelB1, devicesB[0], in TEST_F() 1608 compare(stepsB[2], &modelB2, devicesB[3], RemapVectorType{}, // modelInputs in TEST_F() 1631 compare(stepsB[3], &modelB3, devicesB[2], RemapVectorType{}, // modelInputs in TEST_F()
|