Home
last modified time | relevance | path

Searched defs:getOutputCount (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/
H A DValidateHal.cpp470 auto getOutputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local
H A DValidation.cpp1600 uint32_t getOutputCount(const std::vector<Model::Subgraph>& subgraphs, in getOutputCount() function
/aosp12/frameworks/rs/script_api/
H A DSpecification.h495 int getOutputCount() const { return mOutputCount; } in getOutputCount() function