Home
last modified time | relevance | path

Searched refs:getInputCount (Results 1 – 6 of 6) 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
494 .getSubgraphInputCount = getInputCount, in validateOperations()
H A DValidation.cpp1597 uint32_t getInputCount(const std::vector<Model::Subgraph>& subgraphs, const Operand& modelOperand) { in getInputCount() function
1654 const uint32_t branchModelInputCount = getInputCount(subgraphs, branchModelOperand); in validateIfOperation()
1716 const uint32_t condModelInputCount = getInputCount(subgraphs, condModelOperand); in validateWhileOperation()
1739 const uint32_t bodyModelInputCount = getInputCount(subgraphs, bodyModelOperand); in validateWhileOperation()
/aosp12/frameworks/rs/script_api/
H A DSpecification.h494 int getInputCount() const { return mInputCount; } in getInputCount() function
H A DGenerateTestFiles.cpp941 if (mPermutation.getOutputCount() > 1 || mPermutation.getInputCount() > 1) { in writeRsSection()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49536 Landroid/renderscript/ProgramVertex;->getInputCount()I