Searched refs:kThenModelOperand (Results 1 – 5 of 5) sorted by relevance
25 constexpr uint32_t kThenModelOperand = 1; variable
1727 getOperand(operation.inputs[op::kThenModelOperand]); in partitionTheWorkInternal()1877 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in getPerformance()1934 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
1753 const uint32_t branchInputIndex = condValue ? op::kThenModelOperand : op::kElseModelOperand; in executeIfOperation()
758 NN_RET_CHECK(validateBranchOperand(operands[inputs[op::kThenModelOperand]])) in validateIfOperation()
458 supportsEntireSubgraph(operation.inputs[op::kThenModelOperand]) && in getSupportedOperationsForSubgraph()