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

Method DotDefaults

src/armnnUtils/DotSerializer.cpp:208–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208DotDefaults::DotDefaults(std::ostream& stream, const char* type)
209 : DotBase(stream)
210{
211 std::stringstream ss;
212 ss << Indent(4) << type;
213
214 GetStream() << ss.str() << " ";
215 m_Attributes = std::make_unique<DotAttributeSet>(stream);
216}
217
218DotDefaults::~DotDefaults()
219{

Callers

nothing calls this directly

Calls 2

IndentFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected