Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.h264 const std::set<uint32_t>& getModelOutputsThatAreDownstreamInputs() const { in getModelOutputsThatAreDownstreamInputs() function
H A DExecutionBuilder.cpp1219 if (mExecutionStep->getModelOutputsThatAreDownstreamInputs().count(toIndex) && in updateOutputShapes()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioningRandom.cpp1194 ->getModelOutputsThatAreDownstreamInputs() in TEST_P()
H A DTestPartitioning.cpp1560 step->getModelOutputsThatAreDownstreamInputs()); in compare()