Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp942 uint32_t opndIdx = model.addOperand( in TEST_P() local
944 operandsWithUnknownDimensions.insert(opndIdx); in TEST_P()
945 return opndIdx; in TEST_P()
1034 [&operandsWithUnknownDimensions](uint32_t opndIdx) { in TEST_P() argument
1035 return operandsWithUnknownDimensions.count(opndIdx) != 0; in TEST_P()
/packages/modules/NeuralNetworks/common/
DMetaModel.cpp384 const auto isSubgraph = [&origOperands](uint32_t opndIdx) { in makeSlice() argument
385 return origOperands[opndIdx].lifetime == Operand::LifeTime::SUBGRAPH; in makeSlice()