Searched refs:bodyModelOperand (Results 1 – 2 of 2) sorted by relevance
808 auto validateBodyOperand = [&](const Operand& bodyModelOperand) -> bool { in validateWhileOperation() argument809 NN_RET_CHECK(helper.isValidSubgraphReference(bodyModelOperand)) in validateWhileOperation()811 const uint32_t bodyModelInputCount = helper.getSubgraphInputCount(bodyModelOperand); in validateWhileOperation()812 const uint32_t bodyModelOutputCount = helper.getSubgraphOutputCount(bodyModelOperand); in validateWhileOperation()820 const Operand& innerOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation()827 const Operand& innerOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation()833 const Operand& inputOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation()834 const Operand& outputOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation()
1784 const RunTimeOperandInfo& bodyModelOperand = operands[operation.inputs[op::kBodyModelOperand]]; in executeWhileOperation() local1786 const Subgraph& bodySubgraph = *reinterpret_cast<const Subgraph*>(bodyModelOperand.buffer); in executeWhileOperation()