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

Function angle_wrap_value

arm_compute/core/utils/logging/Helpers.h:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 */
66template <typename T>
67inline std::string angle_wrap_value(const T &val)
68{
69 std::ostringstream ss;
70 ss << "[" << val << "]";
71 return ss.str();
72}
73/** Translates a given log level to a string.
74 *
75 * @param[in] log_level @ref LogLevel to be translated to string.

Callers 4

StringDecoratorMethod · 0.85
decorateMethod · 0.85
decorateMethod · 0.85
decorateMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected