Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_fused_image_transform.cc80 const std::function<void(int64, int64)>& task_function) { in FusedConvParallelFor() argument
84 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()