Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp471 auto getOutputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local
496 .getSubgraphOutputCount = getOutputCount, in validateOperations()
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1554 uint32_t getOutputCount(const std::vector<Model::Subgraph>& subgraphs, in getOutputCount() function
1609 const uint32_t branchModelOutputCount = getOutputCount(subgraphs, branchModelOperand); in validateIfOperation()
1672 const uint32_t condModelOutputCount = getOutputCount(subgraphs, condModelOperand); in validateWhileOperation()
1695 const uint32_t bodyModelOutputCount = getOutputCount(subgraphs, bodyModelOperand); in validateWhileOperation()