Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h835 virtual int finish(const SourceModels* sourceModels, int32_t executionPreference,
854 int finish(const SourceModels* sourceModels, int32_t executionPreference, int32_t priority,
876 int finish(const SourceModels* sourceModels, int32_t executionPreference, int32_t priority,
964 void findControlFlowBoundaryConstants(const SourceModels* sourceModels);
DExecutionPlan.cpp914 int ExecutionPlan::CompoundBody::finish(const SourceModels* sourceModels, in finish() argument
923 const ModelBuilder* mainModel = sourceModels->getModel(kMainModelInSourceModels); in finish()
925 auto containsUnknownSize = [sourceModels](const std::vector<SourceOperandIndex>& operands) { in finish()
927 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish()
1002 findControlFlowBoundaryConstants(sourceModels); in finish()
1012 const SourceModels* sourceModels) { in findControlFlowBoundaryConstants() argument
1014 sourceModels](const SourceOperandIndex& sourceOperandIndex) { in findControlFlowBoundaryConstants()
1015 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants()
2160 SourceModels* sourceModels = &plan->getSourceModels(); in partitionTheWorkInternal() local
2280 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()
[all …]