Home
last modified time | relevance | path

Searched refs:kThenModelOperand (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/common/include/
DControlFlow.h25 constexpr uint32_t kThenModelOperand = 1; variable
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1727 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()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1753 const uint32_t branchInputIndex = condValue ? op::kThenModelOperand : op::kElseModelOperand; in executeIfOperation()
DUtils.cpp758 NN_RET_CHECK(validateBranchOperand(operands[inputs[op::kThenModelOperand]])) in validateIfOperation()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp458 supportsEntireSubgraph(operation.inputs[op::kThenModelOperand]) && in getSupportedOperationsForSubgraph()