Home
last modified time | relevance | path

Searched refs:inptr_array (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp142 auto inptr_array = reinterpret_cast<const TInput **>(alloca( in compute_tile_padded() local
163 inptr_array, this->m_strat->get_input_rows(), this->m_strat->get_input_cols(), in compute_tile_padded()
183 channel_end - channel_start, inptr_array, outptr_array, in compute_tile_padded()
204 auto inptr_array = reinterpret_cast<const TInput **>(alloca( in compute_row_padded_tile_row() local
224 inptr_array, this->m_strat->get_input_rows(), this->m_strat->get_input_cols(), in compute_row_padded_tile_row()
246 channel_end - channel_start, inptr_array, outptr_array, in compute_row_padded_tile_row()
260 inptr_array[n] += input_col_stride; in compute_row_padded_tile_row()
H A Dpooling_depthfirst_cache_oblivious.hpp222 const TInput **const inptr_array = _inptr_array; in execute() local
233 inptr_array[i] = input_buffer; in execute()
240 auto inptr_element = inptr_array + pad_top * input_cols() + pad_left; in execute()
260 strat.kernel(channels, inptr_array, outptr_array, in execute()
H A Dpooling_depthfirst_generic_quantized.hpp175 …const TInput **const inptr_array = reinterpret_cast<const TInput **>(working_space + thread_id * s… in execute() local
220 const TInput **ptrs = inptr_array; in execute()
248 …strat.kernel(window_cells, valid_cells, end_channel - start_channel, inptr_array, outptr, m_requan… in execute()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst.hpp198 const T **inptr_array; member
210 ws->inptr_array = reinterpret_cast<const T**>(buffer); in initialise()
236 ws->inptr_array, in indirect()
270 n_channels, ws->inptr_array, in indirect()
393 ws->inptr_array, this->m_strat->get_input_rows(), this->m_strat->get_input_cols(), in compute_tile_padded()
449 ws->inptr_array, this->m_strat->get_input_rows(), this->m_strat->get_input_cols(), in compute_row_padded_tile_row()
475 auto ptr = ws->inptr_array + strat->get_input_cols() * input_pad_top; in compute_row_padded_tile_row()
546 ws->inptr_array, this->m_strat->get_input_rows(), this->m_strat->get_input_cols(), in compute_tiles_unpadded()
574 ws->inptr_array[i] += input_point_stride; in compute_tiles_unpadded()
H A Ddepthwise_depthfirst_generic.hpp144 ws->inptr_array, in execute()
164 ws->inptr_array, in execute()
182 const T **inptr_array; member
195 ws->inptr_array = reinterpret_cast<const T**>(buffer); in initialise()
271 ws->inptr_array, in compute_tile_padded()