Home
last modified time | relevance | path

Searched defs:getInputCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DProgramVertex.java62 public int getInputCount() { in getInputCount() method in ProgramVertex
/aosp12/packages/modules/NeuralNetworks/common/
H A DValidateHal.cpp467 auto getInputCount = [&getSubgraph](const Operand& modelOperand) -> uint32_t { in validateOperations() local
H A DValidation.cpp1597 uint32_t getInputCount(const std::vector<Model::Subgraph>& subgraphs, const Operand& modelOperand) { in getInputCount() function
/aosp12/frameworks/rs/script_api/
H A DSpecification.h494 int getInputCount() const { return mInputCount; } in getInputCount() function