Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_for.h51 template <typename Function, typename Index>
183 template<typename Function, typename Index>
185 const Function &my_func;
319 template <typename Index, typename Function>
325 template <typename Index, typename Function>
331 template <typename Index, typename Function>
337 template <typename Index, typename Function>
343 template <typename Index, typename Function>
350 template <typename Index, typename Function>
356 template <typename Index, typename Function>
[all …]
H A Dparallel_invoke.h38 template<typename Function, typename WaitObject>
40 function_invoker(const Function& function, WaitObject& wait_ctx) : in function_invoker()
57 const Function& my_function;
H A Dparallel_scan.h66 template <typename Function, typename Range, typename Value>
67 concept parallel_scan_function = std::invocable<const std::remove_reference_t<Function>&,
69 … std::convertible_to<std::invoke_result_t<const std::remove_reference_t<Function>&,
H A Dparallel_reduce.h43 template <typename Function, typename Range, typename Value>
44 concept parallel_reduce_function = std::invocable<const std::remove_reference_t<Function>&,
46 … std::convertible_to<std::invoke_result_t<const std::remove_reference_t<Function>&,
/oneTBB/doc/main/tbb_userguide/
H A Dstd_invoke.rst7 …ody of the algorithm or Flow Graph node needed to be a Function Object (see `C++ Standard Function
12 * **Function Objects that provide operator(arg1, arg2, ...)**, which accepts the input parameters
70 …`parallel_for``, it was required to provide a ``Function Object`` as the algorithm's body. This Fu…
148 // Function node that takes an Object as input and produces an integer
151 // Function node that takes an integer as input and processes it
165 Before C++17, the ``function_node`` in the Flow Graph required the body to be a Function Object. A …
H A Dconcurrent_hash_map.rst50 // Function object for counting occurrences of strings.
H A DDependence_Graph.rst41 Function B must complete before C and D start executing; and E must
/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp326 template <typename Index, typename Function>
327 concept can_call_index_pfor = can_call_parallel_for_with_partitioner<Index, Index, const Function&>…
328 … can_call_parallel_for_with_partitioner<Index, Index, Index, const Function&>;
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmalloc_replacement_log.rst3 TBB_malloc_replacement_log Function
/oneTBB/test/
H A DCMakeLists.txt87 # Function for C test target generation
117 # Function for lib test target generation