Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h226 std::function<uint32_t(const Operand&)> getSubgraphOutputCount; member
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp580 CHECK(helper.getSubgraphOutputCount != nullptr); in checkSubgraphValidationHelper()
596 const uint32_t branchModelOutputCount = helper.getSubgraphOutputCount(branchModelOperand); in validateIfOperation()
648 const uint32_t condModelOutputCount = helper.getSubgraphOutputCount(condModelOperand); in validateWhileOperation()
666 const uint32_t bodyModelOutputCount = helper.getSubgraphOutputCount(bodyModelOperand); in validateWhileOperation()
DValidateHal.cpp496 .getSubgraphOutputCount = getOutputCount, in validateOperations()