Home
last modified time | relevance | path

Searched refs:condModelOperand (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/
DUtils.cpp790 auto validateCondOperand = [&](const Operand& condModelOperand) -> bool { in validateWhileOperation() argument
791 NN_RET_CHECK(helper.isValidSubgraphReference(condModelOperand)) in validateWhileOperation()
793 const uint32_t condModelInputCount = helper.getSubgraphInputCount(condModelOperand); in validateWhileOperation()
794 const uint32_t condModelOutputCount = helper.getSubgraphOutputCount(condModelOperand); in validateWhileOperation()
798 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation()
805 validateConditionOperand(*helper.getSubgraphOutputOperand(condModelOperand, 0))); in validateWhileOperation()
DCpuExecutor.cpp1783 const RunTimeOperandInfo& condModelOperand = operands[operation.inputs[op::kCondModelOperand]]; in executeWhileOperation() local
1785 const Subgraph& condSubgraph = *reinterpret_cast<const Subgraph*>(condModelOperand.buffer); in executeWhileOperation()