Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp874 int ExecutionPlan::CompoundBody::finish(const SourceModels* sourceModels, in finish() argument
880 const ModelBuilder* mainModel = sourceModels->getModel(kMainModelInSourceModels); in finish()
882 auto containsUnknownSize = [sourceModels](const std::vector<SourceOperandIndex>& operands) { in finish()
884 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish()
958 findControlFlowBoundaryConstants(sourceModels); in finish()
967 const SourceModels* sourceModels) { in findControlFlowBoundaryConstants() argument
969 sourceModels](const SourceOperandIndex& sourceOperandIndex) { in findControlFlowBoundaryConstants()
970 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants()
2107 SourceModels* sourceModels = &plan->getSourceModels(); in partitionTheWorkInternal() local
2227 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()
[all …]
DExecutionPlan.h835 virtual int finish(const SourceModels* sourceModels, int32_t executionPreference,
853 int finish(const SourceModels* sourceModels, int32_t executionPreference, int32_t priority,
874 int finish(const SourceModels* sourceModels, int32_t executionPreference, int32_t priority,
961 void findControlFlowBoundaryConstants(const SourceModels* sourceModels);