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.cpp551 const std::vector<OutputShape>* mainModelOutputShapes, const RuntimeMemory* temporaryMemory, in mapInputsAndOutputs() argument
575 mainModelOutputShapes in mapInputsAndOutputs()
576 ? &mainModelOutputShapes->at(it->second).dimensions in mapInputsAndOutputs()
1392 const std::vector<OutputShape>* mainModelOutputShapes) const { in fallback()
1412 return next(controller, executor, burstController, mainModelOutputShapes); in fallback()
1508 const std::vector<OutputShape>* mainModelOutputShapes, in next() argument
1525 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in next()
1531 const std::vector<OutputShape>* mainModelOutputShapes) const { in nextCompound()
1544 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1546 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
[all …]