Searched refs:n_input_channels_per_thread (Results 1 – 1 of 1) sorted by relevance
60 constexpr auto n_input_channels_per_thread = 16u; in execute_internal() local63 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()