Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h245 std::function<uint32_t(const Operand&)> getSubgraphInputCount; member
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp611 CHECK(helper.getSubgraphInputCount != nullptr); in checkSubgraphValidationHelper()
627 const uint32_t branchModelInputCount = helper.getSubgraphInputCount(branchModelOperand); in validateIfOperation()
679 const uint32_t condModelInputCount = helper.getSubgraphInputCount(condModelOperand); in validateWhileOperation()
697 const uint32_t bodyModelInputCount = helper.getSubgraphInputCount(bodyModelOperand); in validateWhileOperation()
DValidateHal.cpp494 .getSubgraphInputCount = getInputCount, in validateOperations()