Home
last modified time | relevance | path

Searched defs:input_j (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst.hpp390 const auto input_j = static_cast<unsigned int>(ij < 0 ? 0 : ij); in compute_tile_padded() local
438 const auto input_j = output_j * this->m_args.stride_cols - this->m_args.padding.left; in compute_row_padded_tile_row() local
543 …const int input_j = static_cast<int>(output_j * this->m_args.stride_cols) - this->m_args.padding.l… in compute_tiles_unpadded() local
H A Ddepthwise_depthfirst_generic.hpp268 const auto input_j = static_cast<unsigned int>(ij < 0 ? 0 : ij); in compute_tile_padded() local
H A Ddepthwise_depthfirst_multiplier.hpp545 const auto input_j = static_cast<unsigned int>(ij < 0 ? 0 : ij); in compute_tile_padded() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp157 const auto input_j = static_cast<unsigned int>(ij < 0 ? 0 : ij); in compute_tile_padded() local
218 const auto input_j = static_cast<unsigned int>(ij < 0 ? 0 : ij); in compute_row_padded_tile_row() local
H A Dpooling_depthfirst_generic.hpp161 const auto input_j = static_cast<unsigned int>(start_j < 0 ? 0 : start_j); in compute_tile_padded() local
224 const auto input_j = static_cast<unsigned int>(start_j < 0 ? 0 : start_j); in compute_row_padded_tile_row() local