Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_async/
H A DBUILD.bazel59 "public/pw_async/task_function.h",
125 "public/pw_async/task_function.h",
H A DCMakeLists.txt21 public/pw_async/task_function.h
H A DBUILD.gn77 "public/pw_async/task_function.h",
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dprotocol_lws_minimal_threadpool.c103 task_function(void *user, enum lws_threadpool_task_status s) in task_function() function
226 args.task = task_function; in callback_minimal()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_fused_image_transform.cc81 const std::function<void(int64_t, int64_t)>& task_function) { in FusedConvParallelFor() argument
85 task_function(begin, end); in FusedConvParallelFor()
95 [begin, task_function](int64_t begin_offset, int64_t end_offset) { in FusedConvParallelFor()
98 task_function(task_begin, task_end); in FusedConvParallelFor()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/runtime/
H A Dwork_queue_interface_test.cc25 #include "tfrt/host_context/task_function.h" // from @tf_runtime
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dmulti_worker_test_base.py201 def task_function(start_events, finish_events): function
242 self._task_function = task_function
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/scripts/
Drebuild.py367 self, task_function: BuildTaskFn
374 return task_list[: task_list.index(task_function) + 1]
/aosp_15_r20/external/pigweed/docs/
H A DBUILD.gn209 "$dir_pw_async/public/pw_async/task_function.h",