Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h63 const RemapVectorType& getModelOutputs() const { in getModelOutputs() function
DExecutionPlan.cpp827 const size_t firstSubModelOutputIndex = step->getModelOutputs().size(); in next()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1142 ASSERT_TRUE(compareRemapVectors(inputsAndOutputsModelToStep, step->getModelOutputs(), in compare()