Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2284 uint32_t condModelIndex = sourceModels->addModel(condModel); in partitionTheWorkInternal() local
2300 condModelIndex, devices, preference, priority, deadline, plan)); in partitionTheWorkInternal()
2322 condModelIndex, condModel->getInputOperandIndex(i)); in partitionTheWorkInternal()
2325 SourceOperandIndex(condModelIndex, condModel->getOutputOperandIndex(0)); in partitionTheWorkInternal()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp3571 const uint32_t condModelIndex = 1; in TEST_F() local
3589 checkStepRolesOfSourceOperand({condModelIndex, condOpnd4}, {{"deviceA", IOType::OUTPUT}}); in TEST_F()
3664 const uint32_t condModelIndex = 1; in TEST_F() local
3689 checkStepRolesOfSourceOperand({condModelIndex, condOpnd3}, {{"deviceA", IOType::OUTPUT}}); in TEST_F()