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

Function to_string

tests/SimpleTensorPrinter.h:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140template <typename T>
141inline std::string to_string(const SimpleTensor<T> &tensor)
142{
143 std::stringstream ss;
144 ss << tensor;
145 return ss.str();
146}
147
148#if PRINT_TENSOR_LIMIT
149template <typename T>

Callers 2

get_typestringFunction · 0.70
mainFunction · 0.70

Calls 1

strMethod · 0.80

Tested by

no test coverage detected