Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLChannelShuffleLayerKernel.cpp72 …unsigned int num_elems_processed_per_iteration_x = adjust_vec_size(max_cl_vector_width / input->el… in validate_and_configure_window()
79 …const unsigned int num_elems_processed_per_iteration_x = max_cl_vector_width / input->element_… in validate_and_configure_window()
124 …vec_size_x = adjust_vec_size(max_cl_vector_width / input->info()->element_size(), input-… in configure()
129 vec_size_x = max_cl_vector_width / input->info()->element_size(); in configure()
H A DCLNormalizationLayerKernel.cpp74 …const unsigned int vec_size_x = adjust_vec_size(max_cl_vector_width / input->element_siz… in validate_and_configure_window()
112 …unsigned int vec_size_x = adjust_vec_size(max_cl_vector_width / input->element_size(), input->dime… in validate_and_configure_window()
154 …unsigned int vec_size_x = adjust_vec_size(max_cl_vector_width / input->info()->eleme… in configure()
H A DCLQLSTMLayerNormalizationKernel.cpp47 …const uint32_t temp_num_elems_processed_per_iteration = max_cl_vector_width / input->element_size(… in validate_and_configure_window()
100 …const uint32_t num_elems_processed_per_iteration = max_cl_vector_width / input->info()->element_si… in configure()
H A DCLL2NormalizeLayerKernel.cpp97 …const unsigned int vec_size_x = adjust_vec_size(max_cl_vector_width / input->info()->ele… in configure()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClTransposeKernel.cpp63 …const unsigned int vec_size_x = adjust_vec_size(max_cl_vector_width / src->element_size(… in configure()
65 …const unsigned int vec_size_y = adjust_vec_size(max_cl_vector_width / src->element_size(… in configure()
H A DClFloorKernel.cpp80 …const unsigned int vec_size_x = adjust_vec_size(max_cl_vector_width / src->element_size(… in configure()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/
H A DCLHelpers.h42 static constexpr unsigned int max_cl_vector_width = 16; variable