MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / to_str

Function to_str

src/runtime/CL/mlgo/Utils.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34template <typename T>
35inline std::string to_str(const T &val)
36{
37 std::stringstream ss;
38 ss << val;
39 return ss.str();
40}
41} // namespace
42
43std::ostream &operator<<(std::ostream &os, const GEMMConfigNative &config)

Callers 1

to_stringFunction · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected