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

Method DotEdge

src/armnnUtils/DotSerializer.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119DotEdge::DotEdge(std::ostream& stream, LayerGuid fromNodeId, LayerGuid toNodeId)
120 : DotBase(stream)
121{
122 std::stringstream ss;
123 ss << Indent(4) << fromNodeId << " -> " << toNodeId << " ";
124 GetStream() << ss.str();
125
126 m_Attributes = std::make_unique<DotAttributeSet>(stream);
127}
128
129DotEdge::~DotEdge()
130{

Callers

nothing calls this directly

Calls 2

IndentFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected