Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
H A DGpuDepthwiseConv2d.cpp119 .export_input_to_cl_image(dwc_info.export_input_to_cl_image) in is_supported_op_helper()
226 .export_input_to_cl_image(dwc_info.export_input_to_cl_image) in create_op()
229 if(settings.export_input_to_cl_image()) in create_op()
/aosp_15_r20/external/ComputeLibrary/src/runtime/heuristics/dwc_native/
H A DClDWCNativeDefaultConfigValhall.cpp84 desc.export_input_to_cl_image = false; in configure_G78_f32()
149 desc.export_input_to_cl_image = false; in configure_G78_f16()
221 desc.export_input_to_cl_image = false; in configure_G78_u8()
250 desc.export_input_to_cl_image = false; in configure_G77_f16()
H A DClDWCNativeDefaultConfigBifrost.cpp51 desc.export_input_to_cl_image = false; in configure_f32()
124 desc.export_input_to_cl_image = false; in configure_f16()
263 desc.export_input_to_cl_image = false; in configure_G7x_u8()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/components/cl/
H A DClComponentDepthwiseConv2d.cpp40 Settings &Settings::export_input_to_cl_image(bool cl_image) in export_input_to_cl_image() function in arm_compute::experimental::dynamic_fusion::Settings
46 bool Settings::export_input_to_cl_image() const in export_input_to_cl_image() function in arm_compute::experimental::dynamic_fusion::Settings
196 ARM_COMPUTE_RETURN_ERROR_ON((settings.export_input_to_cl_image() == true)); in validate()
H A DClComponentDepthwiseConv2d.h50 ClComponentDepthwiseConv2dSettings &export_input_to_cl_image(bool cl_image);
52 bool export_input_to_cl_image() const;
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DKernelDescriptors.h109 bool export_input_to_cl_image{ false }; /**< Export input to cl_image */
121 bool export_input_to_cl_image{ false }; /**< Flag to export the input to cl_image */
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLDepthwiseConvolutionLayerNativeKernel.cpp62 ARM_COMPUTE_RETURN_ERROR_ON((dwc_info.export_input_to_cl_image == true)); in validate_arguments()
204 _export_input_to_cl_image = dwc_info.export_input_to_cl_image; in configure()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClDirectConv2dKernel.cpp67 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(desc.export_input_to_cl_image == true, "Export to CLImage is not s… in validate_arguments()
218 _export_input_to_cl_image = desc.export_input_to_cl_image; in configure()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
H A DClTemplateDepthwiseConv2d.cpp203 const GpuKernelArgumentInfo::Type input_type = _settings.export_input_to_cl_image() ? in declare_variables()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DDepthwiseConvolutionLayerFixture.h510 dwc_info.export_input_to_cl_image = false; in configure_target()