Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h751 SourceModels& getSourceModels() { return mSourceModels; } in getSourceModels() function
752 const SourceModels& getSourceModels() const { return mSourceModels; } in getSourceModels() function
788 return getSourceModels() in getSourceOperand()
DExecutionPlan.cpp693 return mPlan->getSourceModels().getModel(mSourceModelIndex); in getSourceModel()
1113 return mBody->finish(&getSourceModels(), executionPreference, priority, deadline, in finish()
1952 CHECK_EQ(getSourceModels().size(), size_t(1)); in forTest_flatGetDynamicTemporaries()
1990 const auto* mainModel = getSourceModels().getModel(kMainModelInSourceModels); in getInputSourceOperand()
1997 const auto* mainModel = getSourceModels().getModel(kMainModelInSourceModels); in getOutputSourceOperand()
2087 uint32_t sourceModelIndex = plan->getSourceModels().addModel(this); in partitionTheWork()
2107 SourceModels* sourceModels = &plan->getSourceModels(); in partitionTheWorkInternal()
DExecutionBuilder.cpp174 return mPlan->getSourceModels().getModel(index); in getSourceModel()