Searched refs:kThenModelOperand (Results 1 – 6 of 6) sorted by relevance
30 constexpr uint32_t kThenModelOperand = 1; variable
2222 getOperand(operation.inputs[op::kThenModelOperand]); in partitionTheWorkInternal()2372 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in getPerformance()2429 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
645 NN_RET_CHECK(validateBranchOperand(operands[inputs[op::kThenModelOperand]])) in validateIfOperation()
1702 const uint32_t branchInputIndex = condValue ? op::kThenModelOperand : op::kElseModelOperand; in executeIfOperation()
1674 result = validateBranchOperand(operands[inputs[op::kThenModelOperand]]); in validateIfOperation()
439 supportsEntireSubgraph(operation.inputs[op::kThenModelOperand]) && in getSupportedOperationsForSubgraph()