Searched refs:condModelOperand (Results 1 – 2 of 2) sorted by relevance
790 auto validateCondOperand = [&](const Operand& condModelOperand) -> bool { in validateWhileOperation() argument791 NN_RET_CHECK(helper.isValidSubgraphReference(condModelOperand)) in validateWhileOperation()793 const uint32_t condModelInputCount = helper.getSubgraphInputCount(condModelOperand); in validateWhileOperation()794 const uint32_t condModelOutputCount = helper.getSubgraphOutputCount(condModelOperand); in validateWhileOperation()798 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation()805 validateConditionOperand(*helper.getSubgraphOutputOperand(condModelOperand, 0))); in validateWhileOperation()
1783 const RunTimeOperandInfo& condModelOperand = operands[operation.inputs[op::kCondModelOperand]]; in executeWhileOperation() local1785 const Subgraph& condSubgraph = *reinterpret_cast<const Subgraph*>(condModelOperand.buffer); in executeWhileOperation()