Searched refs:refSubgraphOperandIndex (Results 1 – 1 of 1) sorted by relevance
421 auto supportsEntireSubgraph = [this, &model, &subgraph](uint32_t refSubgraphOperandIndex) { in getSupportedOperationsForSubgraph() argument422 CHECK_LT(refSubgraphOperandIndex, subgraph.operands.size()); in getSupportedOperationsForSubgraph()423 const V1_3::Operand& refSubgraphOperand = subgraph.operands[refSubgraphOperandIndex]; in getSupportedOperationsForSubgraph()