Home
last modified time | relevance | path

Searched refs:planB (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp803 ExecutionPlan planB; in TEST_F() local
804 ASSERT_EQ(model.partitionTheWork(devicesB, ExecutePreference::PREFER_LOW_POWER, &planB), in TEST_F()
806 ASSERT_EQ(planB.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()
807 const auto& stepsB = planB.forTest_compoundGetSteps(); in TEST_F()