Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst.hpp533 … const auto n_input_pointers = this->m_strat->get_input_rows() * this->m_strat->get_input_cols(); in compute_tiles_unpadded() local
572 for (auto i = 0u; i < n_input_pointers; i++) in compute_tiles_unpadded()