Searched refs:EndOutputSlots (Results 1 – 13 of 13) sorted by relevance
86 for (auto output = base.BeginOutputSlots(); output != base.EndOutputSlots(); ++output) in Run()138 for (auto output = base.BeginOutputSlots(); output != base.EndOutputSlots(); ++output) in Run()
51 … lowestPriorityChildOut != lowestPriorityChild->EndOutputSlots(); ++lowestPriorityChildOut) in Run()
69 … for (auto&& output = layer.BeginOutputSlots(); output != layer.EndOutputSlots(); ++output) in Run()
29 …for (auto&& outputSlot = layer.BeginOutputSlots(); outputSlot != layer.EndOutputSlots(); ++outputS… in ChangeOutputFp16ToFp32()119 …for (auto outputSlot = layer.BeginOutputSlots(); outputSlot != layer.EndOutputSlots(); ++outputSlo… in InsertDebugLayerAfter()
214 for (auto&& slot = layer->BeginOutputSlots(); slot != layer->EndOutputSlots(); ++slot) in AllocateDynamicBuffers()232 for (auto&& slot = layer->BeginOutputSlots(); slot != layer->EndOutputSlots(); ++slot) in AllocateDynamicBuffers()
254 std::vector<OutputSlot>::iterator EndOutputSlots() { return m_OutputSlots.end(); } in EndOutputSlots() function in armnn::Layer
226 slot != PolymorphicDowncast<Layer*>(m_Layer)->EndOutputSlots(); in CollectNonSelectedOutputSlots()
57 for (auto&& it = layer->BeginOutputSlots(); it != layer->EndOutputSlots(); ++it) in CreateOutputsFrom()
218 std::for_each(BeginOutputSlots(), EndOutputSlots(), [&](OutputSlot& outputSlot) in ValidateTensorShapesFromInputs()
170 for (auto output = base.BeginOutputSlots(); output != base.EndOutputSlots(); ++output) in OptimizeSubgraphView()
507 for (auto slot = layer->BeginOutputSlots(); slot != layer->EndOutputSlots(); ++slot) in AddLayer()
96 for (auto&& it = layer->BeginOutputSlots(); it != layer->EndOutputSlots(); ++it) in CreateOutputsFrom()
318 for (auto output = base.BeginOutputSlots(); output != base.EndOutputSlots(); ++output) in OptimizeSubgraphView()