Home
last modified time | relevance | path

Searched refs:getModelInputs (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.h60 const RemapVectorType& getModelInputs() const { in getModelInputs() function
DExecutionPlan.cpp848 const size_t firstSubModelInputIndex = step->getModelInputs().size(); in next()
871 step->getModelInputs().size() + step->getTempsAsSubModelInputs().size(); in next()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1140 ASSERT_TRUE(compareRemapVectors(inputsAndOutputsModelToStep, step->getModelInputs(), in compare()