Searched refs:condModelOperand (Results 1 – 3 of 3) sorted by relevance
676 auto validateCondOperand = [&](const Operand& condModelOperand) -> bool { in validateWhileOperation() argument677 NN_RET_CHECK(helper.isValidSubgraphReference(condModelOperand)) in validateWhileOperation()679 const uint32_t condModelInputCount = helper.getSubgraphInputCount(condModelOperand); in validateWhileOperation()680 const uint32_t condModelOutputCount = helper.getSubgraphOutputCount(condModelOperand); in validateWhileOperation()684 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation()691 validateConditionOperand(*helper.getSubgraphOutputOperand(condModelOperand, 0))); in validateWhileOperation()
1709 auto validateCondOperand = [&](const Operand& condModelOperand) -> Result<Version> { in validateWhileOperation() argument1711 auto result = validateSubgraphReference(subgraphs, condModelOperand); in validateWhileOperation()1716 const uint32_t condModelInputCount = getInputCount(subgraphs, condModelOperand); in validateWhileOperation()1717 const uint32_t condModelOutputCount = getOutputCount(subgraphs, condModelOperand); in validateWhileOperation()1721 const Operand& innerOperand = getInputOperand(subgraphs, condModelOperand, i); in validateWhileOperation()1729 NN_TRY(validateConditionOperand(getOutputOperand(subgraphs, condModelOperand, 0))); in validateWhileOperation()
1733 const RunTimeOperandInfo& condModelOperand = operands[operation.inputs[op::kCondModelOperand]]; in executeWhileOperation() local1736 *reinterpret_cast<const Model::Subgraph*>(condModelOperand.buffer); in executeWhileOperation()