Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DControlFlow.h30 constexpr uint32_t kThenModelOperand = 1; variable
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp2222 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()
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp645 NN_RET_CHECK(validateBranchOperand(operands[inputs[op::kThenModelOperand]])) in validateIfOperation()
H A DCpuExecutor.cpp1702 const uint32_t branchInputIndex = condValue ? op::kThenModelOperand : op::kElseModelOperand; in executeIfOperation()
H A DValidation.cpp1674 result = validateBranchOperand(operands[inputs[op::kThenModelOperand]]); in validateIfOperation()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp439 supportsEntireSubgraph(operation.inputs[op::kThenModelOperand]) && in getSupportedOperationsForSubgraph()