Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h124 const RemapVectorType& getModelOutputs() const { return mModelOutputs; } in getModelOutputs() function
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1403 ASSERT_TRUE(compareRemapVectors(inputsAndOutputsModelToStep, step->getModelOutputs(), in compare()