Searched refs:Function (Results 1 – 10 of 10) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_for.h | 51 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 D | parallel_invoke.h | 38 template<typename Function, typename WaitObject> 40 function_invoker(const Function& function, WaitObject& wait_ctx) : in function_invoker() 57 const Function& my_function;
|
| H A D | parallel_scan.h | 66 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 D | parallel_reduce.h | 43 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 D | std_invoke.rst | 7 …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 D | concurrent_hash_map.rst | 50 // Function object for counting occurrences of strings.
|
| H A D | Dependence_Graph.rst | 41 Function B must complete before C and D start executing; and E must
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_for.cpp | 326 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 D | malloc_replacement_log.rst | 3 TBB_malloc_replacement_log Function
|
| /oneTBB/test/ |
| H A D | CMakeLists.txt | 87 # Function for C test target generation 117 # Function for lib test target generation
|