Home
last modified time | relevance | path

Searched refs:export_to_cl_image (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMFixture.h554 if(!rhs_info.export_to_cl_image) in compute_target()
709 if(!rhs_info.export_to_cl_image) in compute_target()
791 …bool interleave_rhs, bool export_to_cl_image, DataType data_type, float alpha, float beta, bool br… in setup() argument
806 rhs_info.export_to_cl_image = export_to_cl_image; in setup()
869 validate_result = validate_result || !rhs_info.export_to_cl_image; in compute_target()
884 if(!rhs_info.export_to_cl_image) in compute_target()
978 …bool interleave_rhs, bool export_to_cl_image, DataType data_type, float alpha, float beta, bool br… in setup() argument
994 rhs_info.export_to_cl_image = export_to_cl_image; in setup()
1078 validate_result = validate_result || !rhs_info.export_to_cl_image; in compute_target()
1097 if(!rhs_info.export_to_cl_image) in compute_target()
[all …]
H A DDepthwiseConvolutionLayerFixture.h447 …aLayout data_layout, const ActivationLayerInfo &act_info, unsigned int n0, bool export_to_cl_image) in setup() argument
455 _export_to_cl_image = export_to_cl_image; in setup()
/aosp_15_r20/external/ComputeLibrary/src/runtime/heuristics/direct_conv/
H A DClDirectConvDefaultConfigValhall.cpp82 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G78_f32()
143 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G78_f16()
279 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G57_f32()
339 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G57_f16()
H A DClDirectConvDefaultConfigBifrost.cpp162 desc.export_weights_to_cl_image = export_to_cl_image(wei); in configure_default_f32()
186 desc.export_weights_to_cl_image = export_to_cl_image(wei); in configure_default_f16()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/gemm/
H A DClGemmHelpers.cpp42 …s_interleave, bool rhs_interleave, bool lhs_transpose, bool rhs_transpose, bool export_to_cl_image) in configure_lhs_rhs_info() argument
49 const GEMMRHSMatrixInfo rhs_info(n0, k0, h0, rhs_transpose, rhs_interleave, export_to_cl_image); in configure_lhs_rhs_info()
94 if(rhs_info.export_to_cl_image) in validate_image2d_support_on_rhs()
H A DClGemmHelpers.h56 …ave, bool rhs_interleave, bool lhs_transpose, bool rhs_transpose, bool export_to_cl_image = false);
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/components/cl/
H A DClComponentDirectConv2d.h51 ClComponentDirectConv2dSettings &export_to_cl_image(bool cl_image);
53 bool export_to_cl_image() const;
H A DClComponentDirectConv2d.cpp38 ClComponentDirectConv2dSettings &ClComponentDirectConv2dSettings::export_to_cl_image(bool cl_image) in export_to_cl_image() function in arm_compute::experimental::dynamic_fusion::ClComponentDirectConv2dSettings
44 bool ClComponentDirectConv2dSettings::export_to_cl_image() const in export_to_cl_image() function in arm_compute::experimental::dynamic_fusion::ClComponentDirectConv2dSettings
H A DClComponentDepthwiseConv2d.cpp177 …N_ERROR_ON_MSG((settings.export_weights_to_cl_image() == true) && (export_to_cl_image(wei) == fals… in validate()
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DGEMMMatrixMultiplyReshapedOnlyRHS.cpp270 …bool i_value_rhs, bool t_value_rhs, bool export_to_cl_image, bool broadcast_bias, bool input_as_3d… in validate_configuration() argument
287 rhs_info.export_to_cl_image = export_to_cl_image; in validate_configuration()
359 …value, k0_value, broadcast_bias, input_as_3d, depth_output_gemm3d, export_to_cl_image, dt_input0, …
364 if(!image2d_from_buffer_supported(CLKernelLibrary::get().get_device()) && export_to_cl_image)
369 …7, 51, 23, b_value, m0_value, n0_value, k0_value, 1, false, false, export_to_cl_image, broadcast_b…
H A DGEMMReshapeRHSMatrix.cpp148 …rhs_info.export_to_cl_image = image2d_from_buffer_supported(CLKernelLibrary::get().get_device()) &…
150 if(rhs_info.export_to_cl_image)
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
H A DGpuConv2d.cpp154 settings.export_to_cl_image( in is_supported_op_helper()
269 settings.export_to_cl_image( in create_op()
276 if(settings.export_to_cl_image()) in create_op()
/aosp_15_r20/external/ComputeLibrary/src/runtime/heuristics/indirect_conv/
H A DClIndirectConvDefaultConfigValhall.cpp67 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G77_f32()
111 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G77_f16()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClGemmReshapeRhsMatrixKernel.cpp64 if(rhs_info.export_to_cl_image) in validate_arguments()
96 if(rhs_info.export_to_cl_image) in validate_and_configure_window()
H A DClGemmMatrixMultiplyReshapedKernel.cpp203 _export_to_cl_image = rhs_info.export_to_cl_image; in configure()
251 build_opts.add_option_if(rhs_info.export_to_cl_image, "-DOPENCL_IMAGE_SUPPORT"); in configure()
277 kernel_name += rhs_info.export_to_cl_image ? "_texture" : ""; in configure()
H A DClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp202 _export_to_cl_image = rhs_info.export_to_cl_image; in configure()
256 build_opts.add_option_if(rhs_info.export_to_cl_image, "-DOPENCL_IMAGE_SUPPORT"); in configure()
285 kernel_name += rhs_info.export_to_cl_image ? "_texture" : ""; in configure()
H A DClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp220 _export_to_cl_image = rhs_info.export_to_cl_image; in configure()
256 kernel_name += rhs_info.export_to_cl_image ? "_texture" : ""; in configure()
H A DClIndirectConv2dKernel.cpp80 ARM_COMPUTE_RETURN_ERROR_ON_MSG(!export_to_cl_image(weights), in validate_arguments()
/aosp_15_r20/external/ComputeLibrary/examples/gemm_tuner/
H A Dcl_gemm_reshaped_rhs_only.cpp217 rhs_info.export_to_cl_image = configs.export_to_cl_image_rhs; in do_setup()
231 if(rhs_info.export_to_cl_image) in do_setup()
H A Dcl_gemmlowp_reshaped.cpp241 rhs_info.export_to_cl_image = false; // CL image not supported for quantized cases yet in do_setup()
248 if(rhs_info.export_to_cl_image) in do_setup()
H A Dcl_gemm_reshaped.cpp248 rhs_info.export_to_cl_image = configs.export_to_cl_image_rhs; in do_setup()
265 if(rhs_info.export_to_cl_image) in do_setup()
H A Dcl_gemmlowp_reshaped_rhs_only_fused_output_stage_fixedpoint.cpp221 rhs_info.export_to_cl_image = false; // CL image not supported for quantized cases yet in do_setup()
225 if(rhs_info.export_to_cl_image) in do_setup()
/aosp_15_r20/external/ComputeLibrary/src/runtime/heuristics/dwc_native/
H A DClDWCNativeHeuristicsHelpers.cpp35 if(!export_to_cl_image(weights)) in use_cl_image_for_weights()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/
H A DCLHelpers.h251 bool export_to_cl_image(const ITensorInfo *tensor);
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
H A DClTemplateDirectConv2d.cpp234 …const GpuKernelArgumentInfo::Type weight_type = _settings.export_to_cl_image() ? GpuKernelArgument… in declare_variables()

12