Home
last modified time | relevance | path

Searched refs:b_node (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_composite_node.cpp131 input_only_type b_node(g);
132 b_node.set_external_ports(input_tuple);
134 b_node.add_visible_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq);
135 b_node.add_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq);
137 auto b_node_input_ports_ptr = b_node.input_ports();
/oneTBB/examples/graph/som/
H A Dsom_graph.cpp107 typedef oneapi::tbb::flow::broadcast_node<SOM_element> b_node; typedef
116 b_node *send_to[SPECULATION_CNT]; // broadcast node to send exemplar to all function_nodes
147 send_to[scnt] = new b_node(*(g[scnt])); // broadcast node to the function_nodes in build_BMU_graph()