Lines Matching refs:GetFirstLayerWithName
58 armnn::Layer* const layer0 = GetFirstLayerWithName(graph, "input0");
59 armnn::Layer* const layer1 = GetFirstLayerWithName(graph, "input1");
60 armnn::Layer* const layer2 = GetFirstLayerWithName(graph, "input2");
61 armnn::Layer* const layer3 = GetFirstLayerWithName(graph, "add");
62 armnn::Layer* const layer4 = GetFirstLayerWithName(graph, "[ add (0) -> sub (1) ]");
63 armnn::Layer* const layer5 = GetFirstLayerWithName(graph, "sub");
64 armnn::Layer* const layer6 = GetFirstLayerWithName(graph, "output");
204 armnn::Layer* const layer0 = GetFirstLayerWithName(graph, "input0");
205 armnn::Layer* const layer1 = GetFirstLayerWithName(graph, "input1");
206 armnn::Layer* const layer2 = GetFirstLayerWithName(graph, "input2");
207 armnn::Layer* const layer3 = GetFirstLayerWithName(graph, "add");
208 armnn::Layer* const layer4 = GetFirstLayerWithName(graph, "[ add (0) -> sub (1) ]");
209 armnn::Layer* const layer5 = GetFirstLayerWithName(graph, "sub");
210 armnn::Layer* const layer6 = GetFirstLayerWithName(graph, "output");
339 armnn::Layer* const layer0 = GetFirstLayerWithName(graph, "input0");
340 armnn::Layer* const layer1 = GetFirstLayerWithName(graph, "input1");
341 armnn::Layer* const layer2 = GetFirstLayerWithName(graph, "input2");
342 armnn::Layer* const layer3 = GetFirstLayerWithName(graph, "add");
343 armnn::Layer* const layer4 = GetFirstLayerWithName(graph, "[ add (0) -> sub (1) ]");
344 armnn::Layer* const layer5 = GetFirstLayerWithName(graph, "sub");
345 armnn::Layer* const layer6 = GetFirstLayerWithName(graph, "[ sub (0) -> pooling (0) ]");
346 armnn::Layer* const layer7 = GetFirstLayerWithName(graph, "pooling");
347 armnn::Layer* const layer8 = GetFirstLayerWithName(graph, "output");
496 armnn::Layer* const layer0 = GetFirstLayerWithName(graph, "input0");
497 armnn::Layer* const layer1 = GetFirstLayerWithName(graph, "input1");
498 armnn::Layer* const layer2 = GetFirstLayerWithName(graph, "input2");
499 armnn::Layer* const layer3 = GetFirstLayerWithName(graph, "add");
500 armnn::Layer* const layer4 = GetFirstLayerWithName(graph, "[ add (0) -> sub (1) ]");
501 armnn::Layer* const layer5 = GetFirstLayerWithName(graph, "sub");
502 armnn::Layer* const layer6 = GetFirstLayerWithName(graph, "[ sub (0) -> pooling (0) ]");
503 armnn::Layer* const layer7 = GetFirstLayerWithName(graph, "pooling");
504 armnn::Layer* const layer8 = GetFirstLayerWithName(graph, "output");