Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/script_api/
H A DGenerateTestFiles.cpp941 if (mPermutation.getOutputCount() > 1 || mPermutation.getInputCount() > 1) { in writeRsSection()
965 if (mPermutation.getOutputCount() > 1) { in writeRsSection()
985 if (mPermutation.getOutputCount() > 1) { in writeRsSection()
H A DSpecification.h495 int getOutputCount() const { return mOutputCount; } in getOutputCount() function
/aosp12/packages/modules/NeuralNetworks/common/
H A DValidateHal.cpp470 auto getOutputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local
495 .getSubgraphOutputCount = getOutputCount, in validateOperations()
H A DValidation.cpp1600 uint32_t getOutputCount(const std::vector<Model::Subgraph>& subgraphs, in getOutputCount() function
1655 const uint32_t branchModelOutputCount = getOutputCount(subgraphs, branchModelOperand); in validateIfOperation()
1717 const uint32_t condModelOutputCount = getOutputCount(subgraphs, condModelOperand); in validateWhileOperation()
1740 const uint32_t bodyModelOutputCount = getOutputCount(subgraphs, bodyModelOperand); in validateWhileOperation()