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

Method IsMergedWith

src/armnn/SubgraphViewSelector.cpp:116–119  ·  view source on GitHub ↗

Checks if this subgraph has been merged with the given subgraph.

Source from the content-addressed store, hash-verified

114
115 /// Checks if this subgraph has been merged with the given subgraph.
116 bool IsMergedWith(PartialSubgraph* other)
117 {
118 return GetRepresentative() == other->GetRepresentative();
119 }
120
121 /// Marks the given subgraph as a direct antecedent (dependency) of this one.
122 void AddDirectAntecedent(PartialSubgraph* antecedent)

Callers 3

AssignSplitIdFunction · 0.80

Calls 1

GetRepresentativeMethod · 0.80

Tested by

no test coverage detected