Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1167 auto stepToDeviceId = [](const std::shared_ptr<LogicalStep>& step) { in TEST_P() local
1170 std::set<decltype(stepToDeviceId(plan.forTest_compoundGetSteps()[0]))> deviceSet; in TEST_P()
1172 deviceSet.insert(stepToDeviceId(step)); in TEST_P()