Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
namespace
17
{
18
std::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
28
std::string Escape(std::string s)
29
{
Callers
3
DotEdge
Method · 0.85
DotNode
Method · 0.85
DotDefaults
Method · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected