Searched refs:outptr_array (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
H A D | pooling_depthfirst.hpp | 144 auto outptr_array = reinterpret_cast<TOutput **>(alloca( in compute_tile_padded() local 173 outptr_array, this->m_strat->get_output_rows(), this->m_strat->get_output_cols(), in compute_tile_padded() 183 channel_end - channel_start, inptr_array, outptr_array, in compute_tile_padded() 206 auto outptr_array = reinterpret_cast<TOutput **>(alloca( in compute_row_padded_tile_row() local 234 outptr_array, this->m_strat->get_output_rows(), this->m_strat->get_output_cols(), in compute_row_padded_tile_row() 246 channel_end - channel_start, inptr_array, outptr_array, in compute_row_padded_tile_row() 270 outptr_array[n] += output_col_stride; in compute_row_padded_tile_row()
|
H A D | pooling_depthfirst_cache_oblivious.hpp | 182 TOutput **const outptr_array = _outptr_array; in execute() local 187 auto outptr_element = outptr_array; in execute() 193 outptr_array[i] = output_buffer; in execute() 260 strat.kernel(channels, inptr_array, outptr_array, in execute()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
H A D | depthwise_depthfirst.hpp | 237 ws->outptr_array, in indirect() 273 ws->outptr_array in indirect() 403 ws->outptr_array, this->m_strat->get_output_rows(), this->m_strat->get_output_cols(), in compute_tile_padded() 458 ws->outptr_array, this->m_strat->get_output_rows(), this->m_strat->get_output_cols(), in compute_row_padded_tile_row() 485 auto ptr = ws->outptr_array; in compute_row_padded_tile_row() 556 ws->outptr_array, this->m_strat->get_output_rows(), this->m_strat->get_output_cols(), in compute_tiles_unpadded() 578 ws->outptr_array[i] += output_point_stride; in compute_tiles_unpadded()
|
H A D | depthwise_depthfirst_multiplier.hpp | 341 ws->outptr_array, in execute() 361 ws->input_rows, ws->outptr_array, in execute() 385 ws->outptr_array, in execute() 410 ws->input_rows, ws->outptr_array, in execute() 550 ws->outptr_array, this->m_strat->get_output_rows(), this->m_strat->get_output_cols(), in compute_tile_padded() 587 ws->outptr_array[n] += this->m_args.channel_multiplier; in compute_tile_padded()
|
H A D | depthwise_depthfirst_generic.hpp | 145 ws->outptr_array, in execute() 165 ws->outptr_array, in execute() 284 ws->outptr_array, this->m_strat->get_output_rows(), this->m_strat->get_output_cols(), in compute_tile_padded()
|
H A D | working_space.hpp | 242 T **outptr_array; member 257 ws->outptr_array = reinterpret_cast<T **>(buffer_bytes); in initialise()
|