MCPcopy Create free account
hub / github.com/ARM-software/armnn / SubgraphView

Method SubgraphView

src/armnn/SubgraphView.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46} // anonymous namespace
47
48SubgraphView::SubgraphView(Graph& graph)
49 : enable_shared_from_this()
50 , m_InputSlots{}
51 , m_OutputSlots{}
52 , m_Layers(graph.begin(), graph.end())
53 , m_IConnectableLayers(graph.begin(), graph.end())
54{
55 ArrangeBySortOrder();
56 CheckSubgraph();
57}
58
59/// IConnectable Duplication to maintain backwards compatibility
60SubgraphView::SubgraphView(InputSlots&& inputs, OutputSlots&& outputs, Layers&& layers)

Callers

nothing calls this directly

Calls 8

CheckSubgraphFunction · 0.85
resizeMethod · 0.80
GetOutputSlotMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45
GetNumInputSlotsMethod · 0.45
GetNumOutputSlotsMethod · 0.45

Tested by

no test coverage detected