Searched refs:refSubgraphOperand (Results 1 – 1 of 1) sorted by relevance
423 const V1_3::Operand& refSubgraphOperand = subgraph.operands[refSubgraphOperandIndex]; in getSupportedOperationsForSubgraph() local424 CHECK(refSubgraphOperand.lifetime == V1_3::OperandLifeTime::SUBGRAPH); in getSupportedOperationsForSubgraph()425 CHECK_LT(refSubgraphOperand.location.offset, model.referenced.size()); in getSupportedOperationsForSubgraph()427 model.referenced[refSubgraphOperand.location.offset]; in getSupportedOperationsForSubgraph()