Home
last modified time | relevance | path

Searched refs:getSubgraphInputOperand (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h228 std::function<const Operand*(const Operand&, uint32_t)> getSubgraphInputOperand; member
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp581 CHECK(helper.getSubgraphInputOperand != nullptr); in checkSubgraphValidationHelper()
600 const Operand& innerOperand = *helper.getSubgraphInputOperand(branchModelOperand, i); in validateIfOperation()
652 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation()
674 const Operand& innerOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation()
687 const Operand& inputOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation()
DValidateHal.cpp497 .getSubgraphInputOperand = getInputOperand, in validateOperations()