Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h123 const RemapVectorType& getModelInputs() const { return mModelInputs; } in getModelInputs() function
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1401 ASSERT_TRUE(compareRemapVectors(inputsAndOutputsModelToStep, step->getModelInputs(), in compare()