Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/include/
DControlFlow.h30 constexpr uint32_t kThenModelOperand = 1; variable
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2275 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()
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp613 NN_RET_CHECK(validateBranchOperand(operands[inputs[op::kThenModelOperand]])) in validateIfOperation()
DCpuExecutor.cpp1703 const uint32_t branchInputIndex = condValue ? op::kThenModelOperand : op::kElseModelOperand; in executeIfOperation()
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1628 result = validateBranchOperand(operands[inputs[op::kThenModelOperand]]); in validateIfOperation()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp440 supportsEntireSubgraph(operation.inputs[op::kThenModelOperand]) && in getSupportedOperationsForSubgraph()