Home
last modified time | relevance | path

Searched defs:num_elems_processed_per_iteration (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClIm2ColKernel.cpp58 unsigned int num_elems_processed_per_iteration{}; member
96unsigned int num_elems_processed_per_iteration, bool is_padding_required_nchw, unsigned int num_gr… in validate_and_configure_window()
164 unsigned int num_elems_processed_per_iteration = 1; in configure_opencl_kernel() local
H A DClElementwiseKernel.cpp188 …const unsigned int num_elems_processed_per_iteration = adjust_vec_size(vector_size_byte_opencl / d… in generate_build_options_with_arithmetic_rules() local
222 …const unsigned int num_elems_processed_per_iteration = adjust_vec_size(vector_size_byte_opencl / d… in configure_window_arithmetic_common() local
H A DClHeightConcatenateKernel.cpp86 const unsigned int num_elems_processed_per_iteration = adjust_vec_size(4, src->dimension(0)); in configure() local
H A DClWidthConcatenateKernel.cpp82 const unsigned int num_elems_processed_per_iteration = adjust_vec_size(16, src->dimension(0)); in configure() local
H A DClDepthConcatenateKernel.cpp76 …const unsigned int num_elems_processed_per_iteration = adjust_vec_size(16 / src->element_size(), s… in configure() local
H A DClBatchConcatenateKernel.cpp76 …const unsigned int num_elems_processed_per_iteration = adjust_vec_size(16 / src->element_size(), s… in configure() local
H A DClCastKernel.cpp96 …const unsigned int num_elems_processed_per_iteration = adjust_vec_size(16 / src->element_size(), s… in configure() local
H A DClWidthConcatenate2TensorsKernel.cpp84 const unsigned int num_elems_processed_per_iteration = adjust_vec_size(8, min_dimension); in configure() local
H A DClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp97 const unsigned int num_elems_processed_per_iteration = adjust_vec_size(4, src->dimension(0)); in configure() local
H A DClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp100 const unsigned int num_elems_processed_per_iteration = adjust_vec_size(4, src->dimension(0)); in configure() local
H A DClGemmLowpQuantizeDownInt32ScaleKernel.cpp97 const unsigned int num_elems_processed_per_iteration = adjust_vec_size(4, src->dimension(0)); in configure() local
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLQLSTMLayerNormalizationKernel.cpp50 …const uint32_t num_elems_processed_per_iteration = (input->dimension(0) < temp_num_elems_processed… in validate_and_configure_window() local
100 …const uint32_t num_elems_processed_per_iteration = max_cl_vector_width / input->info()->element_si… in configure() local
H A DCLNormalizePlanarYUVLayerKernel.cpp69 const unsigned int num_elems_processed_per_iteration = 16 / input->element_size(); in validate_and_configure_window_nchw() local
113 …const unsigned int num_elems_processed_per_iteration = (data_layout == DataLayout::NHWC) ? adjust_… in configure() local
H A DCLInstanceNormalizationLayerKernel.cpp87 const unsigned int num_elems_processed_per_iteration = 16 / input->info()->element_size(); in configure() local
170 const unsigned int num_elems_processed_per_iteration = 16 / input->info()->element_size(); in configure() local
H A DCLBatchNormalizationLayerKernel.cpp86 …const unsigned int num_elems_processed_per_iteration = adjust_vec_size(16 / input->element_size(),… in validate_and_configure_window_nchw() local
142 …unsigned int num_elems_processed_per_iteration = adjust_vec_size(16 / input->info()->element_size(… in configure() local
H A DCLComparisonKernel.cpp79 …const unsigned int num_elems_processed_per_iteration = calculate_num_elems_processed_per_iteration… in validate_and_configure_window() local
220 …const int num_elems_processed_per_iteration = calculate_num_elems_processed_per_iteration(*_input1… in border_size() local
H A DCLMeanStdDevNormalizationKernel.cpp86 …const unsigned int num_elems_processed_per_iteration = adjust_vec_size(16 / input->info()->element… in configure() local
H A DCLRangeKernel.cpp85 …unsigned int num_elems_processed_per_iteration = adjust_vec_size(vector_size_byte_opencl / output-… in configure() local
H A DCLDeconvolutionLayerUpsampleKernel.cpp95 constexpr unsigned int num_elems_processed_per_iteration = 1; in configure() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuPool2dKernel.cpp206unsigned int &num_elems_processed_per_iteration, in validate_and_configure_window()
330 unsigned int num_elems_processed_per_iteration = 0; in validate() local
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DICLSimpleKernel.cpp38 …configure(const ICLTensor *input, ICLTensor *output, unsigned int num_elems_processed_per_iteratio… in configure()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEBitwiseNotKernel.cpp75 constexpr unsigned int num_elems_processed_per_iteration = 16; in configure() local
H A DNEBitwiseOrKernel.cpp79 constexpr unsigned int num_elems_processed_per_iteration = 16; in configure() local
H A DNEBitwiseXorKernel.cpp79 constexpr unsigned int num_elems_processed_per_iteration = 16; in configure() local
H A DNEBitwiseAndKernel.cpp83 constexpr unsigned int num_elems_processed_per_iteration = 16; in configure() local

12