Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp421 auto supportsEntireSubgraph = [this, &model, &subgraph](uint32_t refSubgraphOperandIndex) { in getSupportedOperationsForSubgraph() argument
422 CHECK_LT(refSubgraphOperandIndex, subgraph.operands.size()); in getSupportedOperationsForSubgraph()
423 const V1_3::Operand& refSubgraphOperand = subgraph.operands[refSubgraphOperandIndex]; in getSupportedOperationsForSubgraph()