Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/gpu/cl/kernels/
DClFillKernel.cpp82 build_opts.add_option("-DCONSTANT_VALUE=" + string_from_pixel_value(constant_value, data_type)); in configure()
DClScaleKernel.cpp133 …build_opts.add_option("-DCONSTANT_VALUE=" + string_from_pixel_value(info.constant_border_value, sr… in configure()
149 …build_opts.add_option("-DCONSTANT_VALUE=" + string_from_pixel_value(info.constant_border_value, sr… in configure()
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
DClTemplateResize.cpp210 lut["CONSTANT_VALUE"] = string_from_pixel_value(0, _src->data_type()); in get_tag_lut()
/external/ComputeLibrary/src/core/CL/kernels/
DCLPadLayerKernel.cpp131 … build_opts.add_option("-DCONST_VAL=" + string_from_pixel_value(constant_value, data_type)); in configure()
/external/ComputeLibrary/arm_compute/core/
DUtils.h944 std::string string_from_pixel_value(const PixelValue &value, const DataType data_type);
/external/ComputeLibrary/src/core/
DUtils.cpp275 std::string string_from_pixel_value(const PixelValue &value, const DataType data_type) in string_from_pixel_value() function