Home
last modified time | relevance | path

Searched refs:converted_string (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/
H A DUtils.cpp278 std::string converted_string; in string_from_pixel_value() local
286 converted_string = ss.str(); in string_from_pixel_value()
293 converted_string = ss.str(); in string_from_pixel_value()
298 converted_string = ss.str(); in string_from_pixel_value()
303 converted_string = ss.str(); in string_from_pixel_value()
307 converted_string = ss.str(); in string_from_pixel_value()
311 converted_string = ss.str(); in string_from_pixel_value()
314 converted_string = float_to_string_with_full_precision(value.get<float>()); in string_from_pixel_value()
319 converted_string = ss.str(); in string_from_pixel_value()
325 return converted_string; in string_from_pixel_value()