Searched refs:condModelOperand (Results 1 – 3 of 3) sorted by relevance
644 auto validateCondOperand = [&](const Operand& condModelOperand) -> bool { in validateWhileOperation() argument645 NN_RET_CHECK(helper.isValidSubgraphReference(condModelOperand)) in validateWhileOperation()647 const uint32_t condModelInputCount = helper.getSubgraphInputCount(condModelOperand); in validateWhileOperation()648 const uint32_t condModelOutputCount = helper.getSubgraphOutputCount(condModelOperand); in validateWhileOperation()652 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation()659 validateConditionOperand(*helper.getSubgraphOutputOperand(condModelOperand, 0))); in validateWhileOperation()
1734 const RunTimeOperandInfo& condModelOperand = operands[operation.inputs[op::kCondModelOperand]]; in executeWhileOperation() local1737 *reinterpret_cast<const Model::Subgraph*>(condModelOperand.buffer); in executeWhileOperation()
1664 auto validateCondOperand = [&](const Operand& condModelOperand) -> Result<Version> { in validateWhileOperation() argument1666 auto result = validateSubgraphReference(subgraphs, condModelOperand); in validateWhileOperation()1671 const uint32_t condModelInputCount = getInputCount(subgraphs, condModelOperand); in validateWhileOperation()1672 const uint32_t condModelOutputCount = getOutputCount(subgraphs, condModelOperand); in validateWhileOperation()1676 const Operand& innerOperand = getInputOperand(subgraphs, condModelOperand, i); in validateWhileOperation()1684 NN_TRY(validateConditionOperand(getOutputOperand(subgraphs, condModelOperand, 0))); in validateWhileOperation()