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

Method SubstituteSubgraph

src/armnn/SubgraphView.cpp:497–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497void SubgraphView::SubstituteSubgraph(SubgraphView& subgraph, IConnectableLayer* substituteLayer)
498{
499 ARMNN_THROW_INVALIDARG_MSG_IF_FALSE(substituteLayer, "substituteLayer should not be null");
500
501 SubgraphView substituteSubgraph(substituteLayer);
502
503 SubstituteSubgraph(subgraph, substituteSubgraph);
504}
505
506void SubgraphView::UpdateSubgraphViewSlotPointers(SubgraphView& patternSubgraph,
507 const SubgraphView& substituteSubgraph)

Callers

nothing calls this directly

Calls 12

formatEnum · 0.85
findFunction · 0.85
beginFunction · 0.85
endFunction · 0.85
ReparentMethod · 0.80
EraseSubgraphLayersMethod · 0.80
sizeMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected