Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h297 const std::vector<OutputShape>* mainModelOutputShapes,
690 SharedBurst* burstController, const std::vector<OutputShape>* mainModelOutputShapes,
696 const std::vector<OutputShape>* mainModelOutputShapes) const;
818 const std::vector<OutputShape>* mainModelOutputShapes) const;
821 const std::vector<OutputShape>* mainModelOutputShapes) const;
824 const std::vector<OutputShape>* mainModelOutputShapes) const;
827 const std::vector<OutputShape>* mainModelOutputShapes) const;
830 const std::vector<OutputShape>* mainModelOutputShapes) const;
DExecutionPlan.cpp591 const std::vector<OutputShape>* mainModelOutputShapes, const RuntimeMemory* temporaryMemory, in mapInputsAndOutputs() argument
615 mainModelOutputShapes in mapInputsAndOutputs()
616 ? &mainModelOutputShapes->at(it->second).dimensions in mapInputsAndOutputs()
1444 const std::vector<OutputShape>* mainModelOutputShapes) const { in fallback()
1464 return next(controller, executor, burstController, mainModelOutputShapes); in fallback()
1560 const std::vector<OutputShape>* mainModelOutputShapes, in next() argument
1577 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in next()
1583 const std::vector<OutputShape>* mainModelOutputShapes) const { in nextCompound()
1596 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1598 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
[all …]