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

Function Indent

src/armnnUtils/DotSerializer.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace
17{
18std::string Indent(int numSpaces)
19{
20 std::stringstream ss;
21 for (int i = 0; i < numSpaces; i++)
22 {
23 ss << " ";
24 }
25 return ss.str();
26}
27
28std::string Escape(std::string s)
29{

Callers 3

DotEdgeMethod · 0.85
DotNodeMethod · 0.85
DotDefaultsMethod · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected