Searched refs:has_pad_y (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/src/gpu/cl/operators/ |
D | ClGemm.cpp | 106 gemm_kernel_info.has_pad_y = false; in validate_lhs_rhs_info_reshaped_only_rhs() 111 gemm_kernel_info.has_pad_y = true; in validate_lhs_rhs_info_reshaped_only_rhs() 321 kernel_info.has_pad_y = false; in configure_reshaped_only_rhs() 368 kernel_info.has_pad_y = false; in configure_reshaped_only_rhs_mmul() 500 kernel_info.has_pad_y = false; in validate_reshaped_only_rhs() 503 kernel_info.has_pad_y = true; in validate_reshaped_only_rhs() 551 kernel_info.has_pad_y = false; in validate_reshaped_only_rhs_mmul() 723 … bool has_pad_y = (cross_plane_pad_lhs != 0) || (cross_plane_pad_dst != 0); in run() local 729 if(has_pad_y) in run() 731 ARM_COMPUTE_ERROR_ON(has_pad_y); in run() [all …]
|
/external/ComputeLibrary/arm_compute/core/ |
D | KernelDescriptors.h | 79 …has_pad_y(ihas_pad_y), activation_info(iactivation_info), mult_transpose1xW_width(inmult_transpose… in m() 91 …bool has_pad_y{ false }; /**< Flag used to indica…
|
/external/ComputeLibrary/src/gpu/cl/kernels/ |
D | ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp | 151 if((reinterpret_input_as_3d == reinterpret_output_as_3d) && gemm_info.has_pad_y) in validate_and_configure_window() 203 _has_pad_y = gemm_info.has_pad_y; in configure()
|
/external/ComputeLibrary/examples/gemm_tuner/ |
D | cl_gemmlowp_reshaped_rhs_only_fused_output_stage_fixedpoint.cpp | 279 gemm_info.has_pad_y = false; in do_setup()
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | GEMMFixture.h | 1815 …bool interleave_rhs, bool transpose_rhs, bool export_to_cl_image, bool has_pad_y, DataType data_ty… in setup() argument 1837 …hape, rhs_shape, bias_shape, lhs_info, rhs_info, data_type, alpha, beta, m_h, act_info, has_pad_y); in setup() 1857 unsigned int m_h, const ActivationLayerInfo &act_info, bool has_pad_y) in compute_target() argument 1877 kernel_info.has_pad_y = has_pad_y; in compute_target() 1894 if(has_pad_y) in compute_target()
|