Searched refs:GetPosInGraph (Results 1 – 2 of 2) sorted by relevance
217 Iterator GetPosInGraph(Layer& layer);301 auto layerIt = graph.GetPosInGraph(*this); in Remove()394 inline Graph::Iterator Graph::GetPosInGraph(Layer& layer) in GetPosInGraph() function in armnn::Graph421 ? std::next(GetPosInGraph(parentOut->GetOwningLayer())) in InsertNewLayer()422 : GetPosInGraph(insertBefore.GetOwningLayer()); in InsertNewLayer()436 const Iterator pos = std::next(GetPosInGraph(owningLayer)); in InsertNewLayer()460 EraseLayer(GetPosInGraph(*layer)); in EraseLayer()
36 auto next = std::next(graph.GetPosInGraph(**it)); in Pass()