Searched refs:task_function (Results 1 – 1 of 1) sorted by relevance
80 const std::function<void(int64, int64)>& task_function) { in FusedConvParallelFor() argument84 task_function(begin, end); in FusedConvParallelFor()94 [begin, task_function](int64 begin_offset, int64 end_offset) { in FusedConvParallelFor()97 task_function(task_begin, task_end); in FusedConvParallelFor()