Searched refs:task_function (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pigweed/pw_async/ |
H A D | BUILD.bazel | 59 "public/pw_async/task_function.h", 125 "public/pw_async/task_function.h",
|
H A D | CMakeLists.txt | 21 public/pw_async/task_function.h
|
H A D | BUILD.gn | 77 "public/pw_async/task_function.h",
|
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/ |
H A D | protocol_lws_minimal_threadpool.c | 103 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 D | conv_ops_fused_image_transform.cc | 81 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 D | work_queue_interface_test.cc | 25 #include "tfrt/host_context/task_function.h" // from @tf_runtime
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | multi_worker_test_base.py | 201 def task_function(start_events, finish_events): function 242 self._task_function = task_function
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/scripts/ |
D | rebuild.py | 367 self, task_function: BuildTaskFn 374 return task_list[: task_list.index(task_function) + 1]
|
/aosp_15_r20/external/pigweed/docs/ |
H A D | BUILD.gn | 209 "$dir_pw_async/public/pw_async/task_function.h",
|