Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ trim
Function
trim
src/runtime/CL/mlgo/MLGOParser.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void trim(std::string &str)
86
{
87
ltrim(str);
88
rtrim(str);
89
}
90
} // namespace
91
92
namespace arm_compute
Callers
1
read
Method · 0.70
Calls
2
ltrim
Function · 0.85
rtrim
Function · 0.85
Tested by
no test coverage detected