Searched refs:input_ports (Results 1 – 11 of 11) sorted by relevance
| /oneTBB/doc/main/reference/ |
| H A D | helpers_for_expressing_graphs.rst | 74 make_edge(doubler, std::get<0>(join.input_ports())); 75 make_edge(squarer, std::get<1>(join.input_ports())); 76 make_edge(cuber, std::get<2>(join.input_ports()));
|
| /oneTBB/test/tbb/ |
| H A D | test_composite_node.cpp | 121 …CHECK_MESSAGE( (&std::get<0>(t1.input_ports()) == &t1.f1), "f1 not bound to input port 0 in compos… in test_tiny() 210 …CHECK_MESSAGE( (&std::get<0>(a0.input_ports()) == &tbb::flow::input_port<0>(a0.j)), "input_port 0 … in test_adder() 211 …CHECK_MESSAGE( (&std::get<1>(a0.input_ports()) == &tbb::flow::input_port<1>(a0.j)), "input_port1 o… in test_adder() 220 …CHECK_MESSAGE( (&std::get<0>(a3.input_ports()) == &tbb::flow::input_port<0>(a3.j)), "input_port 0 … in test_adder() 221 …CHECK_MESSAGE( (&std::get<1>(a3.input_ports()) == &tbb::flow::input_port<1>(a3.j)), "input_port1 o… in test_adder() 385 …CHECK_MESSAGE( (&std::get<0>(p.input_ports()) == &tbb::flow::input_port<0>(p.j)), "input port 0 of… in test_prefix() 387 …CHECK_MESSAGE( (&std::get<2>(p.input_ports()) == &tbb::flow::input_port<2>(p.j)), "input port 2 of… in test_prefix() 389 …CHECK_MESSAGE( (&std::get<4>(p.input_ports()) == &tbb::flow::input_port<4>(p.j)), "input port 4 of… in test_prefix() 462 …CHECK_MESSAGE( (&std::get<0>(a_in.input_ports()) == &f), "f not bound to input port 0 in composite… in input_only_output_only_composite()
|
| H A D | test_join_node.cpp | 69 tbb::flow::make_edge(snode, std::get<1>(my_input_join->input_ports())); in test()
|
| H A D | test_join_node.h | 1232 tbb::flow::make_edge(*new_node, std::get<ELEM-1>(my_join.input_ports())); 1259 tbb::flow::remove_edge(*vptr, std::get<ELEM-1>(my_join.input_ports())); 1300 tbb::flow::remove_edge(*vptr, std::get<0>(my_join.input_ports())); 1476 tbb::flow::make_edge(iq0, std::get<0>(jn.input_ports())); 1477 tbb::flow::make_edge(iq1, std::get<1>(jn.input_ports())); 1561 tbb::flow::make_edge(iq0, std::get<0>(jn.input_ports())); 1562 tbb::flow::make_edge(iq1, std::get<1>(jn.input_ports()));
|
| H A D | test_indexer_node.cpp | 404 typename NodeType::input_ports_type& input_ports1 = mip_node.input_ports(); in test_input_ports_return_ref() 405 typename NodeType::input_ports_type& input_ports2 = mip_node.input_ports(); in test_input_ports_return_ref()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 2343 … this->input_ports(), static_cast< sender< output_type > *>(this) ); in indexer_node() 2356 … this->input_ports(), static_cast< sender< output_type > *>(this) ); in indexer_node() 2370 … this->input_ports(), static_cast< sender< output_type > *>(this) ); in indexer_node() 2383 … this->input_ports(), static_cast< sender< output_type > *>(this) ); in indexer_node() 2398 … this->input_ports(), static_cast< sender< output_type > *>(this) ); in indexer_node() 2642 make_edge(std::get<0>(output.output_ports()), std::get<0>(input.input_ports())); in make_edge() 2656 make_edge(output, std::get<0>(input.input_ports())); in make_edge() 2675 remove_edge(std::get<0>(output.output_ports()), std::get<0>(input.input_ports())); in remove_edge() 2688 remove_edge(output, std::get<0>(input.input_ports())); in remove_edge() 2741 input_ports_type& input_ports() { in input_ports() function [all …]
|
| /oneTBB/test/conformance/ |
| H A D | conformance_composite_node.cpp | 122 auto a_node_input_ports_ptr = a_node.input_ports(); 137 auto b_node_input_ports_ptr = b_node.input_ports();
|
| H A D | conformance_join_node.cpp | 266 …decltype(node.input_ports())>::value), "join_node input_ports should returns a tuple of input port…
|
| /oneTBB/test/common/ |
| H A D | graph_utils.h | 613 typename NodeType::input_ports_type& input_ports1 = mip_node.input_ports(); 614 typename NodeType::input_ports_type& input_ports2 = mip_node.input_ports(); 872 std::get<1>(indexer.input_ports()).try_put(1); 874 std::get<0>(indexer.input_ports()).try_put(0);
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_indexer_impl.h | 97 input_type &input_ports() { return my_inputs; }
|
| H A D | _flow_graph_join_impl.h | 708 input_type &input_ports() { return my_inputs; } 783 input_type &input_ports() { return my_inputs; } 985 input_type &input_ports() { return my_inputs; } 1705 return std::get<N>(jn.input_ports());
|