Searched refs:kThenModelOperand (Results 1 – 6 of 6) sorted by relevance
30 constexpr uint32_t kThenModelOperand = 1; variable
2275 getOperand(operation.inputs[op::kThenModelOperand]); in partitionTheWorkInternal()2425 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in getPerformance()2482 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
613 NN_RET_CHECK(validateBranchOperand(operands[inputs[op::kThenModelOperand]])) in validateIfOperation()
1703 const uint32_t branchInputIndex = condValue ? op::kThenModelOperand : op::kElseModelOperand; in executeIfOperation()
1628 result = validateBranchOperand(operands[inputs[op::kThenModelOperand]]); in validateIfOperation()
440 supportsEntireSubgraph(operation.inputs[op::kThenModelOperand]) && in getSupportedOperationsForSubgraph()