Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Dweight_transform.hpp60 constexpr auto n_input_channels_per_thread = 16u; in execute_internal() local
63 const auto offset = thread_id * n_input_channels_per_thread; in execute_internal()
67 for (auto start_ic = thread_id * n_input_channels_per_thread; in execute_internal()
69 start_ic += n_threads * n_input_channels_per_thread) in execute_internal()
73 start_ic + n_input_channels_per_thread); in execute_internal()
84 const auto skip = (n_threads - 1) * n_input_channels_per_thread; in execute_internal()