Searched refs:input_t (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_nodes_deduction.h | 69 using input_t = typename body_types<Body>::input_type; 137 ->sequencer_node<input_t<decltype(decide_on_callable_type<Sequencer>(0))>>; 184 ->join_node<std::tuple<input_t<decltype(decide_on_callable_type<Body>(0))>, 185 input_t<decltype(decide_on_callable_type<Bodies>(0))>...>, 213 ->function_node<input_t<decltype(decide_on_callable_type<Body>(0))>, 220 ->function_node<input_t<decltype(decide_on_callable_type<Body>(0))>,
|
| /oneTBB/test/tbb/ |
| H A D | test_async_node.cpp | 716 using input_t = int; in test_follows() typedef 718 using node_t = async_node<input_t, output_t>; in test_follows() 724 std::array<broadcast_node<input_t>, 3> preds = { in test_follows() 726 broadcast_node<input_t>(g), in test_follows() 727 broadcast_node<input_t>(g), in test_follows() 728 broadcast_node<input_t>(g) in test_follows() 754 using input_t = int; in test_precedes() typedef 756 using node_t = async_node<input_t, output_t>; in test_precedes() 762 std::array<buffer_node<input_t>, 1> successors = { {buffer_node<input_t>(g)} }; in test_precedes() 764 broadcast_node<input_t> start(g); in test_precedes()
|
| H A D | test_indexer_node.cpp | 558 template<typename tagged_msg_t, typename input_t> 560 tbb::flow::broadcast_node<input_t>& start, in check_edge() 562 input_t input_value) { in check_edge() 570 CHECK_MESSAGE( ((tbb::flow::cast_to<input_t>(msg) == input_value)), "Wrong item value"); in check_edge()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_blocked_rangeNd.cpp | 101 template<typename input_t, std::size_t... Is> 102 …static range_t make_range(std::size_t shift, bool negative, val_t(*gen)(input_t), oneapi::tbb::det… in make_range() 103 …return range_t( { { gen(negative ? -input_t(Is + shift) : 0), gen(input_t(Is + shift)), Is + 1} ..… in make_range()
|