Home
last modified time | relevance | path

Searched refs:getInputCount (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp468 auto getInputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local
495 .getSubgraphInputCount = getInputCount, in validateOperations()
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1551 uint32_t getInputCount(const std::vector<Model::Subgraph>& subgraphs, const Operand& modelOperand) { in getInputCount() function
1608 const uint32_t branchModelInputCount = getInputCount(subgraphs, branchModelOperand); in validateIfOperation()
1671 const uint32_t condModelInputCount = getInputCount(subgraphs, condModelOperand); in validateWhileOperation()
1694 const uint32_t bodyModelInputCount = getInputCount(subgraphs, bodyModelOperand); in validateWhileOperation()