Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DLegacyUtils.h249 std::function<const Operand*(const Operand&, uint32_t)> getSubgraphInputOperand; member
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp613 CHECK(helper.getSubgraphInputOperand != nullptr); in checkSubgraphValidationHelper()
632 const Operand& innerOperand = *helper.getSubgraphInputOperand(branchModelOperand, i); in validateIfOperation()
684 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation()
706 const Operand& innerOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation()
719 const Operand& inputOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation()
H A DValidateHal.cpp496 .getSubgraphInputOperand = getInputOperand, in validateOperations()