Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DLegacyUtils.h247 std::function<uint32_t(const Operand&)> getSubgraphOutputCount; member
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp612 CHECK(helper.getSubgraphOutputCount != nullptr); in checkSubgraphValidationHelper()
628 const uint32_t branchModelOutputCount = helper.getSubgraphOutputCount(branchModelOperand); in validateIfOperation()
680 const uint32_t condModelOutputCount = helper.getSubgraphOutputCount(condModelOperand); in validateWhileOperation()
698 const uint32_t bodyModelOutputCount = helper.getSubgraphOutputCount(bodyModelOperand); in validateWhileOperation()
H A DValidateHal.cpp495 .getSubgraphOutputCount = getOutputCount, in validateOperations()